| Index: chrome/browser/ui/views/translate/translate_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.h b/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| index 25516c5056d95792428b0941f9ff0796b3816f48..c42430bbdc277a42fd2dc5614a4da1fbdc1dc0d6 100644
|
| --- a/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| +++ b/chrome/browser/ui/views/translate/translate_bubble_view.h
|
| @@ -61,7 +61,7 @@ class TranslateBubbleView : public LocationBarBubbleDelegateView,
|
| content::WebContents* web_contents,
|
| translate::TranslateStep step,
|
| translate::TranslateErrors::Type error_type,
|
| - bool is_user_gesture);
|
| + DisplayReason reason);
|
|
|
| // Closes the current bubble if existing.
|
| static void CloseBubble();
|
|
|