summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgfhuang <gfhuang@chromium.org>2015-07-28 09:19:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 16:19:45 +0000
commit0ea6e13dbc5172d29b705db1f899db84cd9ef172 (patch)
tree1284f30bb669de195242f5df06e2ede3cddb8b8a
parent54113566ce626a9fcfe5fd1dd46f0362d01ed8ed (diff)
downloadchromium_src-0ea6e13dbc5172d29b705db1f899db84cd9ef172.zip
chromium_src-0ea6e13dbc5172d29b705db1f899db84cd9ef172.tar.gz
chromium_src-0ea6e13dbc5172d29b705db1f899db84cd9ef172.tar.bz2
[Chromecast] Sync new "model" field with google3 version.
BUG= internal cl/98951164 Review URL: https://codereview.chromium.org/1261823002 Cr-Commit-Position: refs/heads/master@{#340696}
-rw-r--r--components/metrics/proto/cast_logs.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/metrics/proto/cast_logs.proto b/components/metrics/proto/cast_logs.proto
index 93dde42..f433614 100644
--- a/components/metrics/proto/cast_logs.proto
+++ b/components/metrics/proto/cast_logs.proto
@@ -15,7 +15,7 @@ package metrics;
// Next tag: 4
message CastLogsProto {
// Cast specific device information.
- // Next tag: 4
+ // Next tag: 5
message CastDeviceInfo {
// The product type of Cast device sent from Cast-enabled devices.
// Next tag: 5
@@ -33,6 +33,9 @@ message CastLogsProto {
// The manufacturer of Cast device, this value is empty when the device
// is manufactured by Google.
optional string manufacturer = 3;
+
+ // The model of the Cast device.
+ optional string model = 4;
}
// The device sends this information at least once per day.
optional CastDeviceInfo cast_device_info = 1;