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

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

Issue 434993002: Sync OmniboxEventProto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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..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
« 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