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..48e27f33f87a1e8d8cdec87d8c7ad76c08be5454 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. |
+ ON_DEVICE_CHROME = 13; |
} |
// The result set displayed on the completion popup |