summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r--chrome/browser/ui/browser.h4
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);