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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.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/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_;

Powered by Google App Engine
This is Rietveld 408576698