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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.h

Issue 87503004: Pass the Translate error type to the bubble (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 7 years, 1 month 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/gtk/browser_window_gtk.h
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
index 97a1413ae20139e7aee9bfce507387bd1bcb335e..4e5dc6231ba0034f77ab8f2ca2ae3c17c6426828 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.h
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h
@@ -138,7 +138,8 @@ class BrowserWindowGtk
bool already_bookmarked) OVERRIDE;
virtual void ShowTranslateBubble(
content::WebContents* contents,
- TranslateBubbleModel::ViewState view_state) OVERRIDE;
+ TranslateBubbleModel::ViewState view_state,
+ TranslateErrors::Type error_type) OVERRIDE;
#if defined(ENABLE_ONE_CLICK_SIGNIN)
virtual void ShowOneClickSigninBubble(
OneClickSigninBubbleType type,

Powered by Google App Engine
This is Rietveld 408576698