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

Unified Diff: chrome/browser/supervised_user/child_accounts/child_account_service.h

Issue 789853002: Add support for child accounts on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 6 years 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/child_accounts/child_account_service.h
diff --git a/chrome/browser/supervised_user/child_accounts/child_account_service.h b/chrome/browser/supervised_user/child_accounts/child_account_service.h
index 11c713ae2bd4da69e5e66ce855903417dd138a2f..f22fac29f7eb5e5b34df07bdc26db177beffbebf 100644
--- a/chrome/browser/supervised_user/child_accounts/child_account_service.h
+++ b/chrome/browser/supervised_user/child_accounts/child_account_service.h
@@ -35,6 +35,8 @@ class ChildAccountService : public KeyedService,
void Init();
+ void SetIsChildAccount(bool is_child_account);
Marc Treib 2014/12/10 11:53:27 Please add a comment explaining why this is public
Bernhard Bauer 2014/12/11 09:07:58 Done.
+
// KeyedService:
virtual void Shutdown() override;
@@ -67,8 +69,6 @@ class ChildAccountService : public KeyedService,
void OnFlagsFetched(AccountServiceFlagFetcher::ResultCode,
const std::vector<std::string>& flags);
- void SetIsChildAccount(bool is_child_account);
-
void PropagateChildStatusToUser(bool is_child);
void SetFirstCustodianPrefs(const FamilyInfoFetcher::FamilyMember& custodian);

Powered by Google App Engine
This is Rietveld 408576698