Bug 957131 - Synced bookmarks appear in guest mode but not in default profile. r=rnewman
This commit is contained in:
@@ -2514,7 +2514,7 @@ abstract public class BrowserApp extends GeckoApp
|
||||
@Override
|
||||
protected String getDefaultProfileName() {
|
||||
String profile = GeckoProfile.findDefaultProfile(this);
|
||||
return (profile != null ? profile : "default");
|
||||
return (profile != null ? profile : GeckoProfile.DEFAULT_PROFILE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user