summaryrefslogtreecommitdiff
path: root/chromium/third_party/metrics_proto
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-20 13:40:20 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-01-22 12:41:23 +0000
commit7961cea6d1041e3e454dae6a1da660b453efd238 (patch)
treec0eeb4a9ff9ba32986289c1653d9608e53ccb444 /chromium/third_party/metrics_proto
parentb7034d0803538058e5c9d904ef03cf5eab34f6ef (diff)
downloadqtwebengine-chromium-7961cea6d1041e3e454dae6a1da660b453efd238.tar.gz
BASELINE: Update Chromium to 78.0.3904.130
Change-Id: If185e0c0061b3437531c97c9c8c78f239352a68b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/third_party/metrics_proto')
-rw-r--r--chromium/third_party/metrics_proto/README.chromium4
-rw-r--r--chromium/third_party/metrics_proto/chrome_os_app_list_launch_event.proto15
-rw-r--r--chromium/third_party/metrics_proto/omnibox_event.proto4
3 files changed, 20 insertions, 3 deletions
diff --git a/chromium/third_party/metrics_proto/README.chromium b/chromium/third_party/metrics_proto/README.chromium
index b67a567ecfc..264f9c7a4d4 100644
--- a/chromium/third_party/metrics_proto/README.chromium
+++ b/chromium/third_party/metrics_proto/README.chromium
@@ -1,8 +1,8 @@
Name: Metrics Protos
Short Name: metrics_proto
URL: This is the canonical public repository
-Version: 264482978
-Date: 2019/08/20 UTC
+Version: 267295422
+Date: 2019/09/05 UTC
License: BSD
Security Critical: Yes
diff --git a/chromium/third_party/metrics_proto/chrome_os_app_list_launch_event.proto b/chromium/third_party/metrics_proto/chrome_os_app_list_launch_event.proto
index 60d0bb62166..6421a9648bc 100644
--- a/chromium/third_party/metrics_proto/chrome_os_app_list_launch_event.proto
+++ b/chromium/third_party/metrics_proto/chrome_os_app_list_launch_event.proto
@@ -16,7 +16,7 @@ package metrics;
// and then hashed. For privacy reasons this process is designed to be one-way,
// so that the server cannot easily recover the original values.
//
-// Next tag: 9
+// Next tag: 10
message ChromeOSAppListLaunchEventProto {
// A per-user, per-client ID that is used only for app list launch event
// logging.
@@ -60,4 +60,17 @@ message ChromeOSAppListLaunchEventProto {
// Hash of the app ID of the most-recently-opened app when this launch
// occurred. This can be an app ID of a Chrome app, Arc++ app, or PWA.
optional fixed64 hashed_app = 8;
+
+ // Which search provider produced the launched item.
+ enum SearchProviderType {
+ // No result type specified.
+ PROVIDER_UNSPECIFIED = 0;
+ // Recent queries from the Omnibox provider.
+ OMNIBOX = 1;
+ // Zero-state files provider.
+ ZERO_STATE_FILE = 2;
+ // Drive QuickAccess provider.
+ DRIVE_QUICK_ACCESS = 3;
+ }
+ optional SearchProviderType search_provider_type = 9;
}
diff --git a/chromium/third_party/metrics_proto/omnibox_event.proto b/chromium/third_party/metrics_proto/omnibox_event.proto
index 2f159663ffd..e0522f1643c 100644
--- a/chromium/third_party/metrics_proto/omnibox_event.proto
+++ b/chromium/third_party/metrics_proto/omnibox_event.proto
@@ -156,6 +156,10 @@ message OmniboxEventProto {
// box of the ChromeOS app list (a.k.a., launcher).
CHROMEOS_APP_LIST = 14;
+ // The new tab page in which this omnibox interaction started with the user
+ // having focus in the realbox.
+ NTP_REALBOX = 15;
+
// When adding new classifications, please consider adding them in
// chromium's chrome/browser/resources/omnibox/omnibox.html
// so that these new options are displayed on about:omnibox.