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

Unified Diff: chrome/browser/autocomplete/autocomplete_input.h

Issue 12039053: Fix cursor position for default provider searches in keyword mode. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressed Mark's comments. Created 7 years, 11 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: chrome/browser/autocomplete/autocomplete_input.h
diff --git a/chrome/browser/autocomplete/autocomplete_input.h b/chrome/browser/autocomplete/autocomplete_input.h
index d51647ef90c702dffed2bb74365e67d3c568503b..bce7d723a0c14490d76c6522095099f4ff37e2df 100644
--- a/chrome/browser/autocomplete/autocomplete_input.h
+++ b/chrome/browser/autocomplete/autocomplete_input.h
@@ -178,6 +178,9 @@ class AutocompleteInput {
void Clear();
private:
+ // NOTE: Whenever adding a new field here, please make sure to update Clear()
+ // and Equals() methods.
+
Peter Kasting 2013/01/28 00:04:22 Nit: extra newline
Bart N. 2013/01/29 21:28:17 Done.
string16 text_;
size_t cursor_position_;
string16 desired_tld_;
« no previous file with comments | « no previous file | chrome/browser/autocomplete/autocomplete_input.cc » ('j') | chrome/browser/autocomplete/autocomplete_input.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698