| 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 87758b067d5d46ad761cc29e12a83b77a171f5aa..0b54eb5e9f6704afb017c686894e831e6fe94c55 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -319,10 +319,11 @@ class BrowserView : public BrowserWindow,
|
| content::WebContents* contents,
|
| autofill::SaveCardBubbleController* controller,
|
| bool is_user_gesture) override;
|
| - void ShowTranslateBubble(content::WebContents* contents,
|
| - translate::TranslateStep step,
|
| - translate::TranslateErrors::Type error_type,
|
| - bool is_user_gesture) override;
|
| + ShowTranslateBubbleResult ShowTranslateBubble(
|
| + content::WebContents* contents,
|
| + translate::TranslateStep step,
|
| + translate::TranslateErrors::Type error_type,
|
| + bool is_user_gesture) override;
|
| #if BUILDFLAG(ENABLE_ONE_CLICK_SIGNIN)
|
| void ShowOneClickSigninConfirmation(
|
| const base::string16& email,
|
|
|