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

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

Issue 434993002: Sync OmniboxEventProto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: capitalization Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698