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

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

Issue 2796873002: Sending autofill types for username fields in sign-in forms for improving username detection. (Closed)
Patch Set: Tiny change Created 3 years, 8 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 e00a31b75692036c57bffa2a70459586e7766dd0..90e7ecd5f7852e2b95e173505cbf1ef5b167de4b 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -191,9 +191,9 @@ class AutofillManager : public AutofillDownloadManager::Observer,
// Will send an upload based on the |form_structure| data and the local
// Autofill profile data. |observed_submission| is specified if the upload
// follows an observed submission event.
- void StartUploadProcess(std::unique_ptr<FormStructure> form_structure,
- const base::TimeTicks& timestamp,
- bool observed_submission);
+ virtual void StartUploadProcess(std::unique_ptr<FormStructure> form_structure,
+ const base::TimeTicks& timestamp,
+ bool observed_submission);
// Update the pending form with |form|, possibly processing the current
// pending form for upload.

Powered by Google App Engine
This is Rietveld 408576698