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

Unified Diff: chrome/browser/ui/views/frame/browser_view.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/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index d9e2f42902a8a5f813bb4731ff1c0489a30aaf29..d03972de5c6c913d09e4215fe865d98ae08b532a 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -291,7 +291,7 @@ class BrowserView : public BrowserWindow,
bool ShouldHideUIForFullscreen() const override;
bool IsFullscreen() const override;
bool IsFullscreenBubbleVisible() const override;
- void MaybeShowNewBackShortcutBubble(bool forward) override;
+ void MaybeShowNewBackShortcutBubble(int command_id) override;
void HideNewBackShortcutBubble() override;
LocationBar* GetLocationBar() const override;
void SetFocusToLocationBar(bool select_all) override;

Powered by Google App Engine
This is Rietveld 408576698