| 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);
|
|
|
|
|