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

Unified Diff: chrome/browser/ui/browser_window.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
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/translate/translate_bubble_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index bc81be46cbc929dea698de2caa3f8d6ddf497d32..056d11168c00c11c71f9d0ff9f4791dc858b66a1 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -227,7 +227,8 @@ class BrowserWindow : public ui::BaseWindow {
// Shows the translate bubble.
virtual void ShowTranslateBubble(content::WebContents* contents,
translate::TranslateStep step,
- TranslateErrors::Type error_type) = 0;
+ TranslateErrors::Type error_type,
+ bool is_explicit) = 0;
sky 2014/07/25 16:17:03 Document what is_explicit means. Maybe is_user_ges
hajimehoshi 2014/07/28 05:25:38 Done.
#if defined(ENABLE_ONE_CLICK_SIGNIN)
enum OneClickSigninBubbleType {
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/translate/translate_bubble_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698