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

Unified Diff: components/password_manager/core/browser/stub_password_manager_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: Small fix 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/password_manager/core/browser/stub_password_manager_driver.cc
diff --git a/components/password_manager/core/browser/stub_password_manager_driver.cc b/components/password_manager/core/browser/stub_password_manager_driver.cc
index a3173e46389060f75cbca3ab0c519b7d4e23311b..c168abd7d99ad4067c5dc0f45027f41479392b73 100644
--- a/components/password_manager/core/browser/stub_password_manager_driver.cc
+++ b/components/password_manager/core/browser/stub_password_manager_driver.cc
@@ -24,6 +24,10 @@ void StubPasswordManagerDriver::AccountCreationFormsFound(
const std::vector<autofill::FormData>& forms) {
}
+void StubPasswordManagerDriver::AutofillDataReceived(
+ const std::vector<autofill::FormDataPredictions>& forms) {
+}
+
void StubPasswordManagerDriver::GeneratedPasswordAccepted(
const base::string16& password) {
}

Powered by Google App Engine
This is Rietveld 408576698