Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6080)

Unified Diff: chrome/browser/supervised_user/supervised_user_settings_service.h

Issue 960233003: Handle unsucessful JsonPrefStore initialization in SupervisedUserSettingsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/supervised_user/supervised_user_settings_service.h
diff --git a/chrome/browser/supervised_user/supervised_user_settings_service.h b/chrome/browser/supervised_user/supervised_user_settings_service.h
index 29bd306b345d2de5d416d33621652ed83d89d106..7a7041ef3953693e44dc2b8aaccb5530ab2a3e57 100644
--- a/chrome/browser/supervised_user/supervised_user_settings_service.h
+++ b/chrome/browser/supervised_user/supervised_user_settings_service.h
@@ -152,6 +152,8 @@ class SupervisedUserSettingsService : public KeyedService,
bool active_;
+ bool initialization_failed_;
+
// A set of local settings that are fixed and not configured remotely.
scoped_ptr<base::DictionaryValue> local_settings_;

Powered by Google App Engine
This is Rietveld 408576698