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

Unified Diff: components/autofill/core/browser/test_autofill_driver.cc

Issue 1028163002: Processing USERNAME reply from Autofill server in Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed many reviewer comments Created 5 years, 9 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/test_autofill_driver.cc
diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc
index 6c978a5fc690df023d80bb17930daa68de72d387..6ce2b0735d57b4456bd2011906079b11f8adddc0 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -42,7 +42,7 @@ void TestAutofillDriver::SendFormDataToRenderer(int query_id,
void TestAutofillDriver::PingRenderer() {
}
-void TestAutofillDriver::DetectAccountCreationForms(
+void TestAutofillDriver::PropagateAutofillPredictions(
const std::vector<autofill::FormStructure*>& forms) {
}

Powered by Google App Engine
This is Rietveld 408576698