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

Unified Diff: chrome/browser/ui/omnibox/location_bar.h

Issue 21668003: Implement newly saved card bubble for realz and update generated card bubble to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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/omnibox/location_bar.h
diff --git a/chrome/browser/ui/omnibox/location_bar.h b/chrome/browser/ui/omnibox/location_bar.h
index 6a759b1a616155c5282284a89c76e6ff39ce9404..1eeb69cc3e64de3078ccef655f313b6d7cd2313c 100644
--- a/chrome/browser/ui/omnibox/location_bar.h
+++ b/chrome/browser/ui/omnibox/location_bar.h
@@ -64,10 +64,10 @@ class LocationBar {
// Updates the state of the button to open a PDF in Adobe Reader.
virtual void UpdateOpenPDFInReaderPrompt() = 0;
- // Updates the Autofill credit card view. This views serves as an anchor for
- // the Autofill credit card bubble, which might show on successful run of the
- // Autofill dialog.
- virtual void UpdateAutofillCreditCardView() = 0;
+ // Updates the generated credit card view. This views serves as an anchor for
Peter Kasting 2013/08/09 18:15:28 Nit: views -> view
Dan Beam 2013/08/09 18:56:54 Done.
+ // the generated credit card bubble, which can show on successful generation
+ // of a new credit card number.
+ virtual void UpdateGeneratedCreditCardView() = 0;
// Saves the state of the location bar to the specified WebContents, so that
// it can be restored later. (Done when switching tabs).

Powered by Google App Engine
This is Rietveld 408576698