diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 18:27:14 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 18:27:14 +0000 |
commit | 623294c447e00b7485092cdf68d50874a9f0646e (patch) | |
tree | 53135e482180a848d3ab9b0a3643407f63c5b9cc /chrome/browser/ui/browser.h | |
parent | 61b4efcd2a24ed3862775093626247ebddc3f5f0 (diff) | |
download | chromium_src-623294c447e00b7485092cdf68d50874a9f0646e.zip chromium_src-623294c447e00b7485092cdf68d50874a9f0646e.tar.gz chromium_src-623294c447e00b7485092cdf68d50874a9f0646e.tar.bz2 |
Add a button to exit managed mode in place of the profile avatar.
BUG=116060
TEST=none
Review URL: http://codereview.chromium.org/9500003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r-- | chrome/browser/ui/browser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h index 4759f1e..43dad16 100644 --- a/chrome/browser/ui/browser.h +++ b/chrome/browser/ui/browser.h @@ -1146,6 +1146,10 @@ class Browser : public TabHandlerDelegate, // mode. void UpdateCommandsForFullscreenMode(bool is_fullscreen); + // Update commands whose state depends on whether multiple profiles are + // allowed. + void UpdateCommandsForMultipleProfiles(); + // Updates the printing command state. void UpdatePrintingState(int content_restrictions); |