Bug 957131 - Synced bookmarks appear in guest mode but not in default profile. r=rnewman

This commit is contained in:
Wesley Johnston
2014-01-14 21:45:59 -08:00
parent 89317fab8a
commit a8fe6d77a8
11 changed files with 32 additions and 24 deletions

View File

@@ -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);
}
/**