Chromium Code Reviews| 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). |