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

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

Issue 2138593002: Remove CHECKs used for debugging bug 425785. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 fc0a06bc35ba80dd1634e89687259603d130079f..6903fd4ca0c1c274e51ec5357ba87a41cce454a5 100644
--- a/chrome/browser/supervised_user/supervised_user_settings_service.h
+++ b/chrome/browser/supervised_user/supervised_user_settings_service.h
@@ -95,7 +95,7 @@ class SupervisedUserSettingsService : public KeyedService,
void SetActive(bool active);
// Whether supervised user settings are available.
- bool IsReady();
+ bool IsReady() const;
// Clears all supervised user settings and items.
void Clear();
@@ -172,7 +172,7 @@ class SupervisedUserSettingsService : public KeyedService,
// directly hooked up to the PrefService.
scoped_refptr<PersistentPrefStore> store_;
- Profile* profile_;
+ Profile* const profile_;
bool active_;

Powered by Google App Engine
This is Rietveld 408576698