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

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

Issue 2540523003: Use standardized accelerator-to-shortcut code for new backspace shortcut UI. (Closed)
Patch Set: Created 4 years, 1 month 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/cocoa/browser/exclusive_access_controller_views.h
diff --git a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
index f05035be9b140fb9adb2f66f242cc8e2d43e4648..0c48b35b92dae34d6baff2710c193fb0f60b94db 100644
--- a/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
+++ b/chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.h
@@ -45,7 +45,7 @@ class ExclusiveAccessController : public ExclusiveAccessContext,
void Show();
// See comments on BrowserWindow::{MaybeShow,Hide}NewBackShortcutBubble().
- void MaybeShowNewBackShortcutBubble(bool forward);
+ void MaybeShowNewBackShortcutBubble(int command_id);
void HideNewBackShortcutBubble();
// Closes any open bubble.

Powered by Google App Engine
This is Rietveld 408576698