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

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

Issue 228553002: Preference dis/allowing supervised users creation is now available as owner setting, not only as de… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/chromeos/login/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index c7f543c20ed576ffec4e0befa3d1dd1510740794..beb4a47dc046c98081d46c056f0bfec0159eac83 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -305,6 +305,8 @@ class ExistingUserController : public LoginDisplay::Delegate,
scoped_ptr<CrosSettings::ObserverSubscription> show_user_names_subscription_;
scoped_ptr<CrosSettings::ObserverSubscription> allow_new_user_subscription_;
+ scoped_ptr<CrosSettings::ObserverSubscription>
+ allow_supervised_user_subscription_;
scoped_ptr<CrosSettings::ObserverSubscription> allow_guest_subscription_;
scoped_ptr<CrosSettings::ObserverSubscription> users_subscription_;
scoped_ptr<CrosSettings::ObserverSubscription>

Powered by Google App Engine
This is Rietveld 408576698