| Index: components/autofill/core/browser/autofill_manager.h
|
| diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
|
| index 409dc0c7205711c5ae4f7d315b983b24ce271ce7..934b9912d17b5f862c7718c70d7a169d0c8abe5c 100644
|
| --- a/components/autofill/core/browser/autofill_manager.h
|
| +++ b/components/autofill/core/browser/autofill_manager.h
|
| @@ -169,9 +169,8 @@ class AutofillManager : public AutofillDownloadManager::Observer {
|
| void OnRequestAutocomplete(const FormData& form,
|
| const GURL& frame_url);
|
|
|
| - // Called to signal clicking an element failed in some way during an
|
| - // Autocheckout flow.
|
| - void OnClickFailed(autofill::AutocheckoutStatus status);
|
| + // Called to signal a page is completed in renderer in the Autocheckout flow.
|
| + void OnAutocheckoutPageCompleted(autofill::AutocheckoutStatus status);
|
|
|
| // Shows the Autocheckout bubble if conditions are right. See comments for
|
| // AutocheckoutManager::MaybeShowAutocheckoutBubble. Input element requesting
|
|
|