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

Unified Diff: components/autofill/core/browser/autofill_manager.h

Issue 18179015: Send IPC from renderer to browser on each Autocheckout page completion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nits Created 7 years, 5 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: 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
« no previous file with comments | « components/autofill/content/renderer/autofill_agent.cc ('k') | components/autofill/core/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698