| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index d043c18b7145287b863344ff93f27ccf666ce401..da003f68717b558fdf055ab45a004892b759b971 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -963,6 +963,9 @@ class Browser : public TabHandlerDelegate,
|
| // Updates commands for bookmark editing.
|
| void UpdateCommandsForBookmarkEditing();
|
|
|
| + // Updates commands that affect the bookmark bar.
|
| + void UpdateCommandsForBookmarkBar();
|
| +
|
| // Update commands whose state depends on whether the window is in fullscreen
|
| // mode.
|
| void UpdateCommandsForFullscreenMode(bool is_fullscreen);
|
|
|