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

Unified Diff: chrome/browser/ui/cocoa/browser_window_cocoa.mm

Issue 2017813004: Added popup that shows the new Back shortcut on Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@backspace-new-shortcut-bubble
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/browser_window_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.mm b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
index 4a007f8bbba26a2bb8a6fe9a1029c3a95c7b1ef2..14f8b8a98ceb5d9fcddf007ccbcf6753148d9fa1 100644
--- a/chrome/browser/ui/cocoa/browser_window_cocoa.mm
+++ b/chrome/browser/ui/cocoa/browser_window_cocoa.mm
@@ -434,8 +434,9 @@ bool BrowserWindowCocoa::IsFullscreenBubbleVisible() const {
}
void BrowserWindowCocoa::ShowNewBackShortcutBubble(bool forward) {
- // TODO(mgiuca): Implement new back shortcut bubble Mac.
- // https://crbug.com/610039.
+ ExclusiveAccessController* exclusive_access_controller =
+ [controller_ exclusiveAccessController];
+ exclusive_access_controller->ShowNewBackShortcutBubble(forward);
}
LocationBar* BrowserWindowCocoa::GetLocationBar() const {
« no previous file with comments | « chrome/browser/ui/cocoa/browser/exclusive_access_controller_views.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698