Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: chrome/browser/ui/browser.h

Issue 9500003: Add a button to exit managed mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index f0dae4902c45cb72ad73c9f61d016d7e1f3d68a5..41c420b390d00111b28051e4e74fa14f348fe2c6 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);

Powered by Google App Engine
This is Rietveld 408576698