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

Unified Diff: components/password_manager/core/browser/stub_password_manager_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
« no previous file with comments | « components/password_manager/core/browser/stub_password_manager_driver.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c52aa606692d58b73907492e5d7464f7055708e6 100644
--- a/components/password_manager/core/browser/stub_password_manager_driver.cc
+++ b/components/password_manager/core/browser/stub_password_manager_driver.cc
@@ -34,7 +34,8 @@ void StubPasswordManagerDriver::FillSuggestion(const base::string16& username,
void StubPasswordManagerDriver::PreviewSuggestion(
const base::string16& username,
- const base::string16& password) {
+ const base::string16& password,
+ size_t match_start) {
}
void StubPasswordManagerDriver::ClearPreviewedForm() {
« no previous file with comments | « components/password_manager/core/browser/stub_password_manager_driver.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698