Chromium Code Reviews| 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 { |