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

Unified Diff: components/omnibox/browser/autocomplete_match.h

Issue 2854423002: [omnibox] Use suggestion instead of input for base text (Closed)
Patch Set: Rename Created 3 years, 7 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/omnibox/browser/autocomplete_match.h
diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h
index f0465477beb7e3e136979bc1abb7a48439b4de19..c165abed8f339d1f51a5423a89832d593c5fcea3 100644
--- a/components/omnibox/browser/autocomplete_match.h
+++ b/components/omnibox/browser/autocomplete_match.h
@@ -31,7 +31,7 @@ namespace gfx {
struct VectorIcon;
} // namespace gfx
-const char kACMatchPropertyInputText[] = "input text";
+const char kACMatchPropertyContentsText[] = "match contents text";
const char kACMatchPropertyContentsPrefix[] = "match contents prefix";
const char kACMatchPropertyContentsStartIndex[] = "match contents start index";

Powered by Google App Engine
This is Rietveld 408576698