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

Unified Diff: chrome/browser/ui/views/location_bar/translate_icon_view.h

Issue 765043002: Bookmark pop-up doesn't open if Ctrl+D is set as keyboard shortcut for added extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/location_bar/translate_icon_view.h
diff --git a/chrome/browser/ui/views/location_bar/translate_icon_view.h b/chrome/browser/ui/views/location_bar/translate_icon_view.h
index 4ebafd35673f45ba806c37b3042963e5dfd63ec4..2ecd11fd3d34d1e7c5ae167e8178d7f58d30d071 100644
--- a/chrome/browser/ui/views/location_bar/translate_icon_view.h
+++ b/chrome/browser/ui/views/location_bar/translate_icon_view.h
@@ -13,7 +13,7 @@ class CommandUpdater;
// tarnslated.
class TranslateIconView : public BubbleIconView {
public:
- explicit TranslateIconView(CommandUpdater* command_updater);
+ explicit TranslateIconView(CommandUpdater* command_updater, Browser* browser);
~TranslateIconView() override;
// Toggles the icon on or off.

Powered by Google App Engine
This is Rietveld 408576698