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

Unified Diff: chrome/browser/chromeos/login/user_manager_impl.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: Test-specific logic added: check for BrowserPolicyConnector existence used. Created 6 years, 7 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 1ec2c2e272ac9348f2e0ecd99127befb826de863..acbebd39a1171069931905f2d87212a2390457ef 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -471,8 +471,6 @@ class UserManagerImpl
scoped_ptr<CrosSettings::ObserverSubscription>
local_accounts_subscription_;
- scoped_ptr<CrosSettings::ObserverSubscription>
- supervised_users_subscription_;
scoped_ptr<MultiProfileUserController> multi_profile_user_controller_;

Powered by Google App Engine
This is Rietveld 408576698