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

Unified Diff: chrome/browser/managed_mode.h

Issue 9500003: Add a button to exit managed mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 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/managed_mode.h
diff --git a/chrome/browser/managed_mode.h b/chrome/browser/managed_mode.h
index b3edef0d584d74ec39abd11f7149dba6ee3c35fe..1925b16c941f84141c11c0eacec1998deab570aa 100644
--- a/chrome/browser/managed_mode.h
+++ b/chrome/browser/managed_mode.h
@@ -22,6 +22,10 @@ struct DefaultSingletonTraits;
class PrefService;
class Profile;
+// Managed mode allows one person to manage the Chrome experience for another
+// person by pre-configuring and then locking a managed User profile.
+// The ManagedMode class provides methods to check whether the browser is in
+// managed mode, and to attempt to enter or leave managed mode.
class ManagedMode : public BrowserList::Observer,
public content::NotificationObserver {
public:

Powered by Google App Engine
This is Rietveld 408576698