Chromium Code Reviews| Index: components/metrics/proto/omnibox_event.proto |
| diff --git a/components/metrics/proto/omnibox_event.proto b/components/metrics/proto/omnibox_event.proto |
| index 22ceb89579f8187d2edfd293119dfed9a996db46..5d4e72665ac2cf19a4a258d40d4882425d72984f 100644 |
| --- a/components/metrics/proto/omnibox_event.proto |
| +++ b/components/metrics/proto/omnibox_event.proto |
| @@ -161,6 +161,9 @@ message OmniboxEventProto { |
| // This enum value is currently only used by Android GSA. It represents |
| // a suggestion from the phone. |
| ON_DEVICE = 12; |
| + // This enum value is currently only used by Android GSA. It represents |
| + // a suggestion powered by a chrome content provider. |
|
Ilya Sherman
2014/08/01 17:37:47
nit: "chrome" -> "Chrome"
Mark P
2014/08/01 18:00:47
Done.
|
| + ON_DEVICE_CHROME = 13; |
| } |
| // The result set displayed on the completion popup |