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 9b91002020ec6b2481a1c7ef0390dd2d48020bba..37112382a17af6813695ab6ad54a2209cceeac7a 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -324,7 +324,8 @@ class BrowserView : public BrowserWindow, |
virtual void ShowTranslateBubble( |
content::WebContents* contents, |
translate::TranslateStep step, |
- translate::TranslateErrors::Type error_type) OVERRIDE; |
+ translate::TranslateErrors::Type error_type, |
+ bool is_user_gesture) OVERRIDE; |
#if defined(ENABLE_ONE_CLICK_SIGNIN) |
virtual void ShowOneClickSigninBubble( |
OneClickSigninBubbleType type, |