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

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

Issue 79103002: Abstracted AcceptPasswordAutofillSuggestion IPC out of core Autofill code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 a2cd662fb0746c1cf7d9f74605e74acc8d1cf285..b575d0b7e11517e7955d7e9dfb5e17ed78e244ea 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -53,6 +53,10 @@ void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
const base::string16& value) {
}
+void TestAutofillDriver::RendererShouldAcceptPasswordAutofillSuggestion(
+ const base::string16& value) {
Ilya Sherman 2013/11/21 10:31:56 nit: Indent this line two spaces fewer, as on line
jif-google 2013/11/21 16:46:02 Done.
+}
+
void TestAutofillDriver::RendererShouldClearFilledForm() {
}

Powered by Google App Engine
This is Rietveld 408576698