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

Unified Diff: trunk/src/chrome/common/metrics/proto/system_profile.proto

Issue 135763002: Revert 244210 "Include external touchscreen vid/pid in UMA hardw..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | « trunk/src/chrome/browser/metrics/metrics_log.cc ('k') | trunk/src/ui/events/event_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/common/metrics/proto/system_profile.proto
===================================================================
--- trunk/src/chrome/common/metrics/proto/system_profile.proto (revision 244377)
+++ trunk/src/chrome/common/metrics/proto/system_profile.proto (working copy)
@@ -83,7 +83,7 @@
}
optional OS os = 5;
- // Next tag for Hardware: 16
+ // Next tag for Hardware: 14
// Information on the user's hardware.
message Hardware {
// The CPU architecture (x86, PowerPC, x86_64, ...)
@@ -219,19 +219,6 @@
repeated PairedDevice paired_device = 3;
}
optional Bluetooth bluetooth = 11;
-
- // Whether the internal display produces touch events.
- optional bool internal_display_supports_touch = 14;
-
- // Vendor ids and product ids of external touchscreens.
- message TouchScreen {
- // Touch screen vendor id.
- optional uint32 vendor_id = 1;
- // Touch screen product id.
- optional uint32 product_id = 2;
- }
- // Lists vendor and product ids of external touchscreens.
- repeated TouchScreen external_touchscreen = 15;
}
optional Hardware hardware = 6;
« no previous file with comments | « trunk/src/chrome/browser/metrics/metrics_log.cc ('k') | trunk/src/ui/events/event_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698