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

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

Issue 2203993002: Add a Physical Web omnibox autocomplete provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: data source changes Created 4 years, 4 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
Index: components/metrics/proto/omnibox_event.proto
diff --git a/components/metrics/proto/omnibox_event.proto b/components/metrics/proto/omnibox_event.proto
index 5d4f71996572cb7ab5846302be1f534db214e3b9..525dedb1005793582cfe6b613482946ace8baf68 100644
--- a/components/metrics/proto/omnibox_event.proto
+++ b/components/metrics/proto/omnibox_event.proto
@@ -168,6 +168,7 @@ message OmniboxEventProto {
// a suggestion powered by a Chrome content provider.
ON_DEVICE_CHROME = 13;
CLIPBOARD_URL = 14; // Suggestion coming from clipboard (iOS only).
+ PHYSICAL_WEB = 15; // URLs broadcast by nearby devices (iOS only).
Mark P 2016/08/08 20:41:36 URLs -> suggestions (because this refers to the *p
Mark P 2016/08/08 20:41:36 Also, before submitting this external changelist,
mattreynolds 2016/08/09 21:42:02 Updated the comment, and thanks for the heads-up o
}
// The result set displayed on the completion popup
@@ -226,6 +227,7 @@ message OmniboxEventProto {
// suggestions of any type.
CALCULATOR = 23; // A calculator answer.
CLIPBOARD = 24; // An URL based on the clipboard.
+ PHYSICAL_WEB = 25; // A Physical Web nearby URL.
}
optional ResultType result_type = 2;

Powered by Google App Engine
This is Rietveld 408576698