From 623294c447e00b7485092cdf68d50874a9f0646e Mon Sep 17 00:00:00 2001 From: "bauerb@chromium.org" Date: Fri, 27 Apr 2012 18:27:14 +0000 Subject: 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 --- chrome/browser/ui/browser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/ui/browser.h') 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); -- cgit v1.1