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

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

Issue 69293007: Abstracted AutofillMsg_SetNodeText IPC out of core autofill code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment. 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
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 76ee8530cfcec16de565e1eae85204dc9cc6401e..9311d5a4a31a52693aedb0a69674bb8e82391569 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -45,7 +45,7 @@ void TestAutofillDriver::SendAutofillTypePredictionsToRenderer(
}
void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
- const base::string16& value) {
+ const base::string16& value) {
}
void TestAutofillDriver::RendererShouldClearFilledForm() {
@@ -54,4 +54,8 @@ void TestAutofillDriver::RendererShouldClearFilledForm() {
void TestAutofillDriver::RendererShouldClearPreviewedForm() {
}
+void TestAutofillDriver::RendererShouldSetNodeText(
+ const base::string16& value) {
+}
+
} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698