Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3149)

Unified Diff: chrome/browser/ui/views/location_bar/location_bar_view.h

Issue 1303733002: rAc Wallet extirpation, round 2: remove generated card bubble code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another reference Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698