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

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

Issue 1962393003: log the click activate/deactive of translate icon on location bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed by 'git cl format --full' 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
Index: chrome/browser/ui/views/translate/translate_icon_view.h
diff --git a/chrome/browser/ui/views/translate/translate_icon_view.h b/chrome/browser/ui/views/translate/translate_icon_view.h
index b5c21f9e9f13143f29f6a5e96d7f233208c16f9f..f3e15460c16536a5a2a570aece892c7925130fd0 100644
--- a/chrome/browser/ui/views/translate/translate_icon_view.h
+++ b/chrome/browser/ui/views/translate/translate_icon_view.h
@@ -19,6 +19,7 @@ class TranslateIconView : public BubbleIconView {
protected:
// BubbleIconView:
+ void OnClicked(bool activated) override;
void OnExecuting(BubbleIconView::ExecuteSource execute_source) override;
views::BubbleDialogDelegateView* GetBubble() const override;
gfx::VectorIconId GetVectorIcon() const override;

Powered by Google App Engine
This is Rietveld 408576698