Index: chrome/browser/browser_process_impl.cc |
=================================================================== |
--- chrome/browser/browser_process_impl.cc (revision 191381) |
+++ chrome/browser/browser_process_impl.cc (working copy) |
@@ -638,6 +638,10 @@ |
} |
#endif |
+bool BrowserProcessImpl::created_local_state() const { |
+ return created_local_state_; |
+} |
+ |
// static |
void BrowserProcessImpl::RegisterPrefs(PrefRegistrySimple* registry) { |
registry->RegisterBooleanPref(prefs::kDefaultBrowserSettingEnabled, |