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

Unified Diff: components/autofill/core/browser/autocomplete_history_manager.h

Issue 962673004: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated Evan's review inputs. Created 5 years, 8 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/autocomplete_history_manager.h
diff --git a/components/autofill/core/browser/autocomplete_history_manager.h b/components/autofill/core/browser/autocomplete_history_manager.h
index 151b2e797ce5eb44f282509c1363ba0956844cc0..0b1d72ce2abdfd14cfe2ed6938b3e91bf41da7c2 100644
--- a/components/autofill/core/browser/autocomplete_history_manager.h
+++ b/components/autofill/core/browser/autocomplete_history_manager.h
@@ -83,6 +83,9 @@ class AutocompleteHistoryManager : public WebDataServiceConsumer {
// Whether IPC is sent.
bool send_ipc_;
+ // Field contents.
+ base::string16 user_input_;
Evan Stade 2015/04/27 19:25:21 this should be called pending_query_prefix_ and sh
Pritam Nikam 2015/04/28 14:45:55 Done.
+
DISALLOW_COPY_AND_ASSIGN(AutocompleteHistoryManager);
};

Powered by Google App Engine
This is Rietveld 408576698