Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 0eaa194f5645248d671341227330972e69d8e54e..d72e49ba47f865b47e3c50e1e106854ae676d437 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -1151,6 +1151,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); |