| Index: chrome/browser/ui/autofill/save_card_bubble_controller_impl.h
|
| diff --git a/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h b/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h
|
| index 921b0a647cde90a10586d726aefcae493f4b042e..5368b5f4412006d8f3a6a3d06a7239746250032c 100644
|
| --- a/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/save_card_bubble_controller_impl.h
|
| @@ -28,15 +28,11 @@ class SaveCardBubbleControllerImpl
|
| void SetCallback(const base::Closure& save_card_callback);
|
|
|
| // SetCallback() must be called first.
|
| - void ShowBubble();
|
| + void ShowBubble(bool user_action);
|
|
|
| // Returns true if Omnibox save credit card icon should be visible.
|
| bool IsIconVisible() const;
|
|
|
| - // Returns true if Omnibox save credit card should be shown in its "toggled
|
| - // on" state.
|
| - bool IsIconToggled() const;
|
| -
|
| // Returns nullptr if no bubble is currently shown.
|
| SaveCardBubbleView* save_card_bubble_view() const;
|
|
|
|
|