| 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..3a4fc68ad0d051c70e13cf6a8b14447f1cf847a5 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 view serves as an anchor for
|
| + // 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).
|
|
|