| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 10ae3e83e3ef196e0b2bed7e19b66eed34c4034c..7a72b578fd9e900e26db905555387497641d0237 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -960,6 +960,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);
|
|
|