| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 784bc7558c659f54ca8be36c57588dfcc0dc4a88..26480f02ffe408c007cbbcc21099ca41e5ebb38a 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -253,7 +253,8 @@ class BrowserWindow : public ui::BaseWindow {
|
| // Shows the "Save credit card" bubble.
|
| virtual autofill::SaveCardBubbleView* ShowSaveCreditCardBubble(
|
| content::WebContents* contents,
|
| - autofill::SaveCardBubbleController* controller) = 0;
|
| + autofill::SaveCardBubbleController* controller,
|
| + bool is_user_gesture) = 0;
|
|
|
| // Shows the translate bubble.
|
| //
|
|
|