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

Issue 12036047: Add Brand Code to UMA Uploads (Closed)

Created:
7 years, 11 months ago by Mark P
Modified:
7 years, 10 months ago
Reviewers:
Ilya Sherman
CC:
chromium-reviews, MAD, jar (doing other things)
Visibility:
Public.

Description

Add Brand Code to UMA Uploads Can you suggest a good way to test this? I don't have a Windows machine (these are the only types of installs with brand codes). Or do we simply trust the code enough that we should just check this in and see if after the next dev release that we get a person or two? (There probably are occasional new installs of chrome dev channels.) BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179401

Patch Set 1 #

Total comments: 2

Patch Set 2 : vertical spacing. #

Total comments: 2

Patch Set 3 : add test #

Total comments: 6

Patch Set 4 : cleanup test. #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -1 line) Patch
M chrome/browser/metrics/metrics_log.cc View 1 2 3 4 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/metrics/metrics_log_unittest.cc View 1 2 3 5 chunks +8 lines, -1 line 0 comments Download
M chrome/common/metrics/proto/system_profile.proto View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Mark P
I will not check in until I've double-checked with the chrome privacy folks.
7 years, 11 months ago (2013-01-23 05:51:34 UTC) #1
Ilya Sherman
LGTM https://codereview.chromium.org/12036047/diff/1/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc (right): https://codereview.chromium.org/12036047/diff/1/chrome/browser/metrics/metrics_log.cc#newcode806 chrome/browser/metrics/metrics_log.cc:806: system_profile->set_brand_code(brand_code); nit: Please leave blank lines around this ...
7 years, 11 months ago (2013-01-23 05:58:21 UTC) #2
Mark P
Any comments on testing? (See the changelist description.) --mark https://codereview.chromium.org/12036047/diff/1/chrome/browser/metrics/metrics_log.cc File chrome/browser/metrics/metrics_log.cc (right): https://codereview.chromium.org/12036047/diff/1/chrome/browser/metrics/metrics_log.cc#newcode806 chrome/browser/metrics/metrics_log.cc:806: ...
7 years, 11 months ago (2013-01-23 17:00:47 UTC) #3
Ilya Sherman
On 2013/01/23 17:00:47, Mark P wrote: > Any comments on testing? (See the changelist description.) ...
7 years, 11 months ago (2013-01-23 22:04:40 UTC) #4
Ilya Sherman
https://codereview.chromium.org/12036047/diff/5001/chrome/common/metrics/proto/system_profile.proto File chrome/common/metrics/proto/system_profile.proto (right): https://codereview.chromium.org/12036047/diff/5001/chrome/common/metrics/proto/system_profile.proto#newcode43 chrome/common/metrics/proto/system_profile.proto:43: // The brand code or distribution tag assigned to ...
7 years, 11 months ago (2013-01-23 22:04:54 UTC) #5
Mark P
On 2013/01/23 22:04:40, Ilya Sherman wrote: > On 2013/01/23 17:00:47, Mark P wrote: > > ...
7 years, 11 months ago (2013-01-23 23:23:10 UTC) #6
Mark P
https://codereview.chromium.org/12036047/diff/5001/chrome/common/metrics/proto/system_profile.proto File chrome/common/metrics/proto/system_profile.proto (right): https://codereview.chromium.org/12036047/diff/5001/chrome/common/metrics/proto/system_profile.proto#newcode43 chrome/common/metrics/proto/system_profile.proto:43: // The brand code or distribution tag assigned to ...
7 years, 11 months ago (2013-01-23 23:23:20 UTC) #7
Ilya Sherman
> > Beyond that, I think just committing and seeing what > > flows in ...
7 years, 11 months ago (2013-01-23 23:32:54 UTC) #8
Mark P
https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc File chrome/browser/metrics/metrics_log_unittest.cc (right): https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc#newcode107 chrome/browser/metrics/metrics_log_unittest.cc:107: scoped_ptr<google_util::BrandForTesting> brand_for_testing_; On 2013/01/23 23:32:54, Ilya Sherman wrote: > ...
7 years, 11 months ago (2013-01-23 23:49:26 UTC) #9
Ilya Sherman
https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc File chrome/browser/metrics/metrics_log_unittest.cc (right): https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc#newcode42 chrome/browser/metrics/metrics_log_unittest.cc:42: const char* kBrandForTesting = "brand_for_testing"; nit: This should have ...
7 years, 11 months ago (2013-01-24 00:31:46 UTC) #10
Mark P
https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc File chrome/browser/metrics/metrics_log_unittest.cc (right): https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc#newcode42 chrome/browser/metrics/metrics_log_unittest.cc:42: const char* kBrandForTesting = "brand_for_testing"; On 2013/01/24 00:31:46, Ilya ...
7 years, 11 months ago (2013-01-24 00:43:05 UTC) #11
szym
On 2013/01/24 00:43:05, Mark P wrote: > https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc > File chrome/browser/metrics/metrics_log_unittest.cc (right): > > https://codereview.chromium.org/12036047/diff/8002/chrome/browser/metrics/metrics_log_unittest.cc#newcode42 ...
7 years, 10 months ago (2013-01-28 21:26:17 UTC) #12
Mark P
On 2013/01/28 21:26:17, szym wrote: > On 2013/01/24 00:43:05, Mark P wrote: > > > ...
7 years, 10 months ago (2013-01-28 21:34:35 UTC) #13
Ilya Sherman
On 2013/01/28 21:26:17, szym wrote: > https://chromiumcodereview.appspot.com/12051052/ is waiting for this CL to land. > ...
7 years, 10 months ago (2013-01-28 21:37:17 UTC) #14
szym
On 2013/01/28 21:37:17, Ilya Sherman wrote: > On 2013/01/28 21:26:17, szym wrote: > > https://chromiumcodereview.appspot.com/12051052/ ...
7 years, 10 months ago (2013-01-28 22:09:52 UTC) #15
Mark P
On 2013/01/28 22:09:52, szym wrote: > On 2013/01/28 21:37:17, Ilya Sherman wrote: > > On ...
7 years, 10 months ago (2013-01-28 22:59:48 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/12036047/15005
7 years, 10 months ago (2013-01-29 04:51:34 UTC) #17
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 05:12:02 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/12036047/15005
7 years, 10 months ago (2013-01-29 05:45:17 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 06:00:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/12036047/15005
7 years, 10 months ago (2013-01-29 18:43:02 UTC) #21
commit-bot: I haz the power
7 years, 10 months ago (2013-01-29 20:29:30 UTC) #22
Message was sent while issue was closed.
Change committed as 179401

Powered by Google App Engine
This is Rietveld 408576698