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; |
} |