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

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

Issue 184103016: Autofill: Refactoring to support fetching password after a username is selected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address gcasto's comments. Created 6 years, 10 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 32fbfc954ada9fb3d17de761cfd29f6b616d7391..ca43898405edf0d4aedc930085146e0aac458c5b 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -51,7 +51,8 @@ void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
}
void TestAutofillDriver::RendererShouldAcceptPasswordAutofillSuggestion(
- const base::string16& username) {
+ const base::string16& username,
+ const base::string16& password) {
}
void TestAutofillDriver::RendererShouldClearFilledForm() {

Powered by Google App Engine
This is Rietveld 408576698