| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| index ade2977f83b5235797394da8744ee3aecf0d0182..1459ea60f5679c23a6dac863aa92af47f8127bf6 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
| @@ -25,7 +25,6 @@
|
| class CommandUpdater;
|
| class ContentSettingDecoration;
|
| class EVBubbleDecoration;
|
| -class GeneratedCreditCardDecoration;
|
| class KeywordHintDecoration;
|
| class LocationBarDecoration;
|
| class LocationIconDecoration;
|
| @@ -71,7 +70,6 @@ class LocationBarViewMac : public LocationBar,
|
| bool ShowPageActionPopup(const extensions::Extension* extension,
|
| bool grant_active_tab) override;
|
| void UpdateOpenPDFInReaderPrompt() override;
|
| - void UpdateGeneratedCreditCardView() override;
|
| void SaveStateToContents(content::WebContents* contents) override;
|
| void Revert() override;
|
| const OmniboxView* GetOmniboxView() const override;
|
| @@ -122,10 +120,6 @@ class LocationBarViewMac : public LocationBar,
|
| // info bubble aims.
|
| NSPoint GetPageInfoBubblePoint() const;
|
|
|
| - // Get the point in window coordinates in the "generated cc" icon at which the
|
| - // corresponding info bubble aims.
|
| - NSPoint GetGeneratedCreditCardBubblePoint() const;
|
| -
|
| // When any image decorations change, call this to ensure everything is
|
| // redrawn and laid out if necessary.
|
| void OnDecorationsChanged();
|
| @@ -264,9 +258,6 @@ class LocationBarViewMac : public LocationBar,
|
| // The voice search icon.
|
| scoped_ptr<MicSearchDecoration> mic_search_decoration_;
|
|
|
| - // Generated CC hint decoration.
|
| - scoped_ptr<GeneratedCreditCardDecoration> generated_credit_card_decoration_;
|
| -
|
| // The right-hand-side button to manage passwords associated with a page.
|
| scoped_ptr<ManagePasswordsDecoration> manage_passwords_decoration_;
|
|
|
|
|