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

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

Issue 420713003: Translate: Don't show 'Translated' bubble when the user dismisses the bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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_bubble_view.h
diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.h b/chrome/browser/ui/views/translate/translate_bubble_view.h
index f35bd3e61fac806608f425b1fb3e6db429bd3344..8d4a745f7bd262c72f30331774dd29957f1376f7 100644
--- a/chrome/browser/ui/views/translate/translate_bubble_view.h
+++ b/chrome/browser/ui/views/translate/translate_bubble_view.h
@@ -45,7 +45,8 @@ class TranslateBubbleView : public views::BubbleDelegateView,
static void ShowBubble(views::View* anchor_view,
content::WebContents* web_contents,
translate::TranslateStep step,
- TranslateErrors::Type error_type);
+ TranslateErrors::Type error_type,
+ bool is_explicit);
// If true, the Translate bubble is being shown.
static bool IsShowing();

Powered by Google App Engine
This is Rietveld 408576698