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

Issue 10933114: Combine boolean MediaDeviceNotifications histograms to an enumerated histogram. (Closed)

Created:
8 years, 3 months ago by kmadhusu
Modified:
8 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Combine boolean MediaDeviceNotifications histograms to an enumerated histogram. For better correlation, combined MediaDeviceNotifications.{DeviceUUIDAvailable, DeviceNameAvailable, MTPDeviceUUIDAvailable, MTPDeviceNameAvailable} histograms to MediaDeviceNotifications.DeviceInfo histogram. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157266

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed review comments #

Patch Set 3 : Fix style nit #

Total comments: 7

Patch Set 4 : Addressed comments #

Total comments: 5

Patch Set 5 : Addressed comments #

Messages

Total messages: 13 (0 generated)
kmadhusu
One of you please review. Thanks.
8 years, 3 months ago (2012-09-16 22:07:06 UTC) #1
vandebo (ex-Chrome)
https://codereview.chromium.org/10933114/diff/1/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc File chrome/browser/system_monitor/removable_device_notifications_chromeos.cc (right): https://codereview.chromium.org/10933114/diff/1/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc#newcode155 chrome/browser/system_monitor/removable_device_notifications_chromeos.cc:155: // Keep track of device uuid, to see how ...
8 years, 3 months ago (2012-09-16 22:27:46 UTC) #2
kmadhusu
vandebo@: Addressed review comments. PTAL. Thanks. https://codereview.chromium.org/10933114/diff/1/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc File chrome/browser/system_monitor/removable_device_notifications_chromeos.cc (right): https://codereview.chromium.org/10933114/diff/1/chrome/browser/system_monitor/removable_device_notifications_chromeos.cc#newcode155 chrome/browser/system_monitor/removable_device_notifications_chromeos.cc:155: // Keep track ...
8 years, 3 months ago (2012-09-17 18:29:07 UTC) #3
vandebo (ex-Chrome)
LGTM with comments https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc#newcode296 chrome/browser/system_monitor/media_storage_util.cc:296: int event_number = mass_storage ? 0 ...
8 years, 3 months ago (2012-09-17 18:40:07 UTC) #4
Lei Zhang
https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc#newcode296 chrome/browser/system_monitor/media_storage_util.cc:296: int event_number = mass_storage ? 0 : 4; Why ...
8 years, 3 months ago (2012-09-17 18:46:54 UTC) #5
kmadhusu
https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc#newcode296 chrome/browser/system_monitor/media_storage_util.cc:296: int event_number = mass_storage ? 0 : 4; On ...
8 years, 3 months ago (2012-09-17 19:32:49 UTC) #6
Lei Zhang
https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10933114/diff/10001/chrome/browser/system_monitor/media_storage_util.cc#newcode296 chrome/browser/system_monitor/media_storage_util.cc:296: int event_number = mass_storage ? 0 : 4; On ...
8 years, 3 months ago (2012-09-17 19:48:27 UTC) #7
Lei Zhang
lgtm https://codereview.chromium.org/10933114/diff/7002/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10933114/diff/7002/chrome/browser/system_monitor/media_storage_util.cc#newcode296 chrome/browser/system_monitor/media_storage_util.cc:296: int event_number = 0; unsigned int? otherwise you'd ...
8 years, 3 months ago (2012-09-17 20:46:01 UTC) #8
kmadhusu
https://codereview.chromium.org/10933114/diff/7002/chrome/browser/system_monitor/media_storage_util.cc File chrome/browser/system_monitor/media_storage_util.cc (right): https://codereview.chromium.org/10933114/diff/7002/chrome/browser/system_monitor/media_storage_util.cc#newcode296 chrome/browser/system_monitor/media_storage_util.cc:296: int event_number = 0; On 2012/09/17 20:46:01, Lei Zhang ...
8 years, 3 months ago (2012-09-17 21:52:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kmadhusu@chromium.org/10933114/8003
8 years, 3 months ago (2012-09-17 21:53:15 UTC) #10
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 3 months ago (2012-09-17 21:55:15 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kmadhusu@chromium.org/10933114/8003
8 years, 3 months ago (2012-09-17 22:04:09 UTC) #12
commit-bot: I haz the power
8 years, 3 months ago (2012-09-18 01:08:57 UTC) #13
Change committed as 157266

Powered by Google App Engine
This is Rietveld 408576698