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

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

Issue 1208133002: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added |match_start| usage. Created 5 years, 6 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 6ce2b0735d57b4456bd2011906079b11f8adddc0..fb993e85a824b5d828d50eac153e28a46693bf2c 100644
--- a/components/autofill/core/browser/test_autofill_driver.cc
+++ b/components/autofill/core/browser/test_autofill_driver.cc
@@ -70,7 +70,8 @@ void TestAutofillDriver::RendererShouldFillFieldWithValue(
}
void TestAutofillDriver::RendererShouldPreviewFieldWithValue(
- const base::string16& value) {
+ const base::string16& value,
+ size_t match_start) {
}
void TestAutofillDriver::PopupHidden() {
« no previous file with comments | « components/autofill/core/browser/test_autofill_driver.h ('k') | components/autofill/ios/browser/autofill_driver_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698