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

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

Issue 1078713002: Supervised users: Re-check ManagementPolicy when ProfileIsSupervised changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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_service.h
diff --git a/chrome/browser/supervised_user/supervised_user_service.h b/chrome/browser/supervised_user/supervised_user_service.h
index 1519450722ccdf4eca114fb8157ab2cfd0071021..12621132e53099876184a6a5a323c0ca0a2c4aba 100644
--- a/chrome/browser/supervised_user/supervised_user_service.h
+++ b/chrome/browser/supervised_user/supervised_user_service.h
@@ -139,8 +139,7 @@ class SupervisedUserService : public KeyedService,
// is empty, or the empty string is there is no second custodian.
std::string GetSecondCustodianName() const;
- // Initializes this object. This method does nothing if the profile is not
- // supervised.
+ // Initializes this object.
void Init();
// Initializes this profile for syncing, using the provided |refresh_token| to

Powered by Google App Engine
This is Rietveld 408576698