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

Unified Diff: chrome/browser/chromeos/login/user_manager_impl.h

Issue 23494053: Remove NOTIFICATION_SYSTEM_SETTING_CHANGED, switch CrosSettings to base::CallbackRegistry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trailing space Created 7 years, 3 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/chromeos/login/user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
index a2debdf8da57dd84ed42aa6387e8b35daa4f56d1..41d2e6e7f86214f035be4cc71020e7121c0b1ce0 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -404,6 +404,11 @@ class UserManagerImpl
// Time at which this object was created.
base::TimeTicks manager_creation_time_;
+ scoped_ptr<CrosSettings::ObserverSubscription>
+ local_accounts_subscription_;
+ scoped_ptr<CrosSettings::ObserverSubscription>
+ supervised_users_subscription_;
+
DISALLOW_COPY_AND_ASSIGN(UserManagerImpl);
};
« no previous file with comments | « chrome/browser/chromeos/login/login_screen_policy_browsertest.cc ('k') | chrome/browser/chromeos/login/user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698