| 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:
|
|
|