| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index 59b3c5b37968f2d1a0a8d51afa48e504c6ccaa8c..efbcbd16578d44396b1cec79520890243987fb03 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -35,7 +35,6 @@ class ContentSettingImageView;
|
| class EVBubbleView;
|
| class ExtensionAction;
|
| class GURL;
|
| -class GeneratedCreditCardView;
|
| class InstantController;
|
| class KeywordHintView;
|
| class LocationIconView;
|
| @@ -216,8 +215,6 @@ class LocationBarView : public LocationBar,
|
| OmniboxViewViews* omnibox_view() { return omnibox_view_; }
|
| const OmniboxViewViews* omnibox_view() const { return omnibox_view_; }
|
|
|
| - views::View* generated_credit_card_view();
|
| -
|
| // Returns the height of the control without the top and bottom
|
| // edges(i.e. the height of the edit control inside). If
|
| // |use_preferred_size| is true this will be the preferred height,
|
| @@ -343,7 +340,6 @@ class LocationBarView : 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;
|
| const OmniboxView* GetOmniboxView() const override;
|
| LocationBarTesting* GetLocationBarForTesting() override;
|
| @@ -445,9 +441,6 @@ class LocationBarView : public LocationBar,
|
| // The zoom icon.
|
| ZoomView* zoom_view_;
|
|
|
| - // A bubble that shows after successfully generating a new credit card number.
|
| - GeneratedCreditCardView* generated_credit_card_view_;
|
| -
|
| // The icon to open a PDF in Reader.
|
| OpenPDFInReaderView* open_pdf_in_reader_view_;
|
|
|
|
|