Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 9d499d113a3ba959f075ff1e2c95c667092c3352..20222dabb4ea2685138f5269bd0502b5b536f77a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -323,7 +323,8 @@ class BrowserView : public BrowserWindow, |
const std::string& extension_id) OVERRIDE; |
virtual void ShowTranslateBubble(content::WebContents* contents, |
translate::TranslateStep step, |
- TranslateErrors::Type error_type) OVERRIDE; |
+ TranslateErrors::Type error_type, |
+ bool is_explicit) OVERRIDE; |
#if defined(ENABLE_ONE_CLICK_SIGNIN) |
virtual void ShowOneClickSigninBubble( |
OneClickSigninBubbleType type, |