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

Unified Diff: components/metrics/proto/omnibox_input_type.proto

Issue 1855423003: Interpret '?' and Ctrl-K or Ctrl-E as putting omnibox in keyword search mode for Default Search Pro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add includes for mac tests Created 4 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 | « chrome/test/base/ui_test_utils.cc ('k') | components/omnibox/browser/autocomplete_input.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/proto/omnibox_input_type.proto
diff --git a/components/metrics/proto/omnibox_input_type.proto b/components/metrics/proto/omnibox_input_type.proto
index 8d16bcb65d71813e267be3953dca0d315d3410a4..c97d4a4e69ae15048120eb8adcc44cd2ee323f92 100644
--- a/components/metrics/proto/omnibox_input_type.proto
+++ b/components/metrics/proto/omnibox_input_type.proto
@@ -34,6 +34,6 @@ enum Type {
// Input autodetected as a query
QUERY = 4;
- // Input forced to be a query by an initial '?'
- FORCED_QUERY = 5;
+ // DEPRECATED. Input forced to be a query by an initial '?'
+ DEPRECATED_FORCED_QUERY = 5;
}
« no previous file with comments | « chrome/test/base/ui_test_utils.cc ('k') | components/omnibox/browser/autocomplete_input.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698