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

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

Issue 7564011: Prevent accelerators from toggling the bookmark bar when disabled by policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 9 years, 4 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 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);

Powered by Google App Engine
This is Rietveld 408576698