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

Issue 372473004: Retrieve client_id from GoogleUpdateSettings when its missing from Local State. (Closed)

Created:
6 years, 5 months ago by gab
Modified:
6 years, 5 months ago
CC:
chromium-reviews, grt+watch_chromium.org, asvitkine+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Retrieve client_id from GoogleUpdateSettings when its missing from Local State. Precursor refactoring CL @ https://codereview.chromium.org/365133005/ Precursor kInstallDate move to metrics_pref_names @ https://codereview.chromium.org/370813003/ This is the Windows implementation, POSIX implementation to follow in https://codereview.chromium.org/377713002/ (easier to develop and test on Linux in a follow-up CL) BUG=391338 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284805

Patch Set 1 #

Patch Set 2 : tweaks #

Patch Set 3 : move POSIX change to another CL #

Patch Set 4 : self-review #

Patch Set 5 : merge #

Total comments: 23

Patch Set 6 : merge up to r281743 #

Patch Set 7 : merge precursor CL changes #

Patch Set 8 : partial review update #

Patch Set 9 : merge #

Patch Set 10 : ClientInfo data object and backup for metrics_enabled_date #

Patch Set 11 : typo #

Patch Set 12 : merge up to r282095 #

Patch Set 13 : ClientInfo back in components/metrics #

Patch Set 14 : +member comments #

Total comments: 19

Patch Set 15 : tests + move migration into MetricsStateManager to test it as well #

Patch Set 16 : review:isherman #

Total comments: 13

Patch Set 17 : nits #

Total comments: 2

Patch Set 18 : comment + extra test #

Total comments: 33

Patch Set 19 : nits + git cl format #

Total comments: 1

Patch Set 20 : nits #

Patch Set 21 : fix x64/gyp? #

Patch Set 22 : put dependency back for installer_util_nacl_win64 fixes compile?! #

Total comments: 6

Patch Set 23 : fix ExtensionsMetricsProvider.SystemProtoEncoding #

Patch Set 24 : Explicitly compile client_info.cc into installer_util_nacl_win64. #

Patch Set 25 : merge up to r284183 #

Patch Set 26 : fix compile #

Total comments: 6

Patch Set 27 : nits:grt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+525 lines, -55 lines) Patch
M chrome/app/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/client_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/google/google_update_settings_posix.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +15 lines, -7 lines 0 comments Download
M chrome/browser/metrics/chrome_metrics_service_client.cc View 1 2 3 4 5 6 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/metrics/extensions_metrics_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +16 lines, -3 lines 0 comments Download
M chrome/browser/metrics/metrics_services_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +7 lines, -1 line 0 comments Download
M chrome/chrome_installer_util.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/child_process_logging_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +6 lines, -3 lines 0 comments Download
A chrome/installer/util/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/google_update_constants.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/google_update_constants.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/google_update_settings.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +10 lines, -5 lines 0 comments Download
M chrome/installer/util/google_update_settings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +35 lines, -8 lines 0 comments Download
M components/metrics.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +6 lines, -4 lines 0 comments Download
A components/metrics/client_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +38 lines, -0 lines 0 comments Download
A components/metrics/client_info.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +13 lines, -0 lines 0 comments Download
M components/metrics/metrics_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +12 lines, -1 line 0 comments Download
M components/metrics/metrics_state_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 5 chunks +38 lines, -4 lines 0 comments Download
M components/metrics/metrics_state_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 6 chunks +101 lines, -5 lines 0 comments Download
M components/metrics/metrics_state_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +202 lines, -1 line 0 comments Download

Messages

Total messages: 54 (0 generated)
gab
Ilya please take a look. I had talked about this feature with Alexei, but it ...
6 years, 5 months ago (2014-07-07 22:26:16 UTC) #1
Ilya Sherman
+Vadim Thanks, Gab! On 2014/07/07 22:26:16, gab wrote: > Alexei asked me to also backup ...
6 years, 5 months ago (2014-07-08 01:10:22 UTC) #2
vadimb1
On 2014/07/08 01:10:22, Ilya Sherman wrote: > On 2014/07/07 22:26:16, gab wrote: > > Alexei ...
6 years, 5 months ago (2014-07-08 01:26:07 UTC) #3
Ilya Sherman
On 2014/07/08 01:26:07, vadimb1 wrote: > On 2014/07/08 01:10:22, Ilya Sherman wrote: > > On ...
6 years, 5 months ago (2014-07-08 03:08:58 UTC) #4
grt (UTC plus 2)
a few drive-by comments https://codereview.chromium.org/372473004/diff/80001/components/metrics/metrics_state_manager.h File components/metrics/metrics_state_manager.h (right): https://codereview.chromium.org/372473004/diff/80001/components/metrics/metrics_state_manager.h#newcode29 components/metrics/metrics_state_manager.h:29: typedef base::Callback<bool(const std::string& client_id, why ...
6 years, 5 months ago (2014-07-08 14:48:02 UTC) #5
gab
Feedback applied. Also, in order to avoid adding yet another out-param for the metrics_enabled_date pref ...
6 years, 5 months ago (2014-07-09 19:17:00 UTC) #6
Ilya Sherman
On 2014/07/09 19:17:00, gab wrote: > Also, in order to avoid adding yet another out-param ...
6 years, 5 months ago (2014-07-10 00:48:34 UTC) #7
grt (UTC plus 2)
https://codereview.chromium.org/372473004/diff/80001/components/metrics/metrics_state_manager.h File components/metrics/metrics_state_manager.h (right): https://codereview.chromium.org/372473004/diff/80001/components/metrics/metrics_state_manager.h#newcode129 components/metrics/metrics_state_manager.h:129: const SaveClientInfoCallback save_client_info_; On 2014/07/09 19:16:59, gab wrote: > ...
6 years, 5 months ago (2014-07-10 14:03:33 UTC) #8
gab
Managed to get rid of metrics_common; putting ClientInfo directly inside components/metrics. I'm not actually sure ...
6 years, 5 months ago (2014-07-10 21:45:13 UTC) #9
Ilya Sherman
Thanks! https://codereview.chromium.org/372473004/diff/280001/chrome/browser/google/google_update_settings_posix.cc File chrome/browser/google/google_update_settings_posix.cc (right): https://codereview.chromium.org/372473004/diff/280001/chrome/browser/google/google_update_settings_posix.cc#newcode70 chrome/browser/google/google_update_settings_posix.cc:70: // TODO(gab): Implement |installation_date| storing/loading on POSIX. nit: ...
6 years, 5 months ago (2014-07-11 04:45:41 UTC) #10
gab
Thanks, comments addressed and added tests to metrics_state_manager_unittests.cc. Cheers! Gab https://codereview.chromium.org/372473004/diff/280001/chrome/browser/google/google_update_settings_posix.cc File chrome/browser/google/google_update_settings_posix.cc (right): https://codereview.chromium.org/372473004/diff/280001/chrome/browser/google/google_update_settings_posix.cc#newcode70 ...
6 years, 5 months ago (2014-07-11 20:33:41 UTC) #11
Ilya Sherman
https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager.cc File components/metrics/metrics_state_manager.cc (right): https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager.cc#newcode308 components/metrics/metrics_state_manager.cc:308: local_state_->ClearPref(prefs::kMetricsResetIds); This should clear the backup as well. (Looks ...
6 years, 5 months ago (2014-07-11 23:25:00 UTC) #12
gab
Thanks, PTAL! Cheers, Gab https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager.cc File components/metrics/metrics_state_manager.cc (right): https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager.cc#newcode308 components/metrics/metrics_state_manager.cc:308: local_state_->ClearPref(prefs::kMetricsResetIds); On 2014/07/11 23:25:00, Ilya ...
6 years, 5 months ago (2014-07-14 19:17:15 UTC) #13
grt (UTC plus 2)
https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc File components/metrics/metrics_state_manager_unittest.cc (right): https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc#newcode85 components/metrics/metrics_state_manager_unittest.cc:85: return backup_copy.Pass(); On 2014/07/14 19:17:14, gab wrote: > On ...
6 years, 5 months ago (2014-07-14 19:40:21 UTC) #14
gab
https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc File components/metrics/metrics_state_manager_unittest.cc (right): https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc#newcode85 components/metrics/metrics_state_manager_unittest.cc:85: return backup_copy.Pass(); On 2014/07/14 19:40:21, grt wrote: > On ...
6 years, 5 months ago (2014-07-14 19:47:21 UTC) #15
Ilya Sherman
LGTM, thanks! https://codereview.chromium.org/372473004/diff/340001/components/metrics/metrics_state_manager.cc File components/metrics/metrics_state_manager.cc (right): https://codereview.chromium.org/372473004/diff/340001/components/metrics/metrics_state_manager.cc#newcode310 components/metrics/metrics_state_manager.cc:310: store_client_info_.Run(ClientInfo()); Optional nit: Perhaps add a comment ...
6 years, 5 months ago (2014-07-15 00:54:15 UTC) #16
gab
Thanks, done and added an extra test :-). @cpu for chrome/app stamp @thestig for chrome/common ...
6 years, 5 months ago (2014-07-15 02:02:54 UTC) #17
Lei Zhang
lgtm
6 years, 5 months ago (2014-07-15 02:05:00 UTC) #18
Alexei Svitkine (slow)
https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc File chrome/browser/metrics/metrics_services_manager.cc (right): https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc#newcode79 chrome/browser/metrics/metrics_services_manager.cc:79: base::Bind(&GoogleUpdateSettings::LoadMetricsClientInfo)); Just to confirm, are these two OK to ...
6 years, 5 months ago (2014-07-15 12:53:26 UTC) #19
grt (UTC plus 2)
https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc File components/metrics/metrics_state_manager_unittest.cc (right): https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc#newcode85 components/metrics/metrics_state_manager_unittest.cc:85: return backup_copy.Pass(); On 2014/07/14 19:47:21, gab wrote: > On ...
6 years, 5 months ago (2014-07-15 16:04:27 UTC) #20
gab
Thanks grt/asvitkine PTAL! https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc File components/metrics/metrics_state_manager_unittest.cc (right): https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc#newcode85 components/metrics/metrics_state_manager_unittest.cc:85: return backup_copy.Pass(); On 2014/07/15 16:04:27, grt ...
6 years, 5 months ago (2014-07-15 20:50:06 UTC) #21
grt (UTC plus 2)
https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc File components/metrics/metrics_state_manager_unittest.cc (right): https://codereview.chromium.org/372473004/diff/320001/components/metrics/metrics_state_manager_unittest.cc#newcode85 components/metrics/metrics_state_manager_unittest.cc:85: return backup_copy.Pass(); On 2014/07/15 20:50:05, gab wrote: > On ...
6 years, 5 months ago (2014-07-16 13:52:31 UTC) #22
Alexei Svitkine (slow)
https://codereview.chromium.org/372473004/diff/360001/components/metrics/metrics_state_manager.cc File components/metrics/metrics_state_manager.cc (right): https://codereview.chromium.org/372473004/diff/360001/components/metrics/metrics_state_manager.cc#newcode92 components/metrics/metrics_state_manager.cc:92: const base::Time now(base::Time::Now()); On 2014/07/15 20:50:06, gab wrote: > ...
6 years, 5 months ago (2014-07-16 14:39:56 UTC) #23
Alexei Svitkine (slow)
https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc File chrome/browser/metrics/metrics_services_manager.cc (right): https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc#newcode79 chrome/browser/metrics/metrics_services_manager.cc:79: base::Bind(&GoogleUpdateSettings::LoadMetricsClientInfo)); On 2014/07/15 20:50:05, gab wrote: > On 2014/07/15 ...
6 years, 5 months ago (2014-07-16 14:43:58 UTC) #24
erikwright (departed)
https://codereview.chromium.org/372473004/diff/360001/components/metrics/client_info.h File components/metrics/client_info.h (right): https://codereview.chromium.org/372473004/diff/360001/components/metrics/client_info.h#newcode19 components/metrics/client_info.h:19: ClientInfo(); On 2014/07/16 13:52:31, grt wrote: > On 2014/07/15 ...
6 years, 5 months ago (2014-07-16 15:44:23 UTC) #25
gab
Nits applied, PTAL. Cheers, Gab https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc File chrome/browser/metrics/metrics_services_manager.cc (right): https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc#newcode79 chrome/browser/metrics/metrics_services_manager.cc:79: base::Bind(&GoogleUpdateSettings::LoadMetricsClientInfo)); On 2014/07/16 14:43:58, ...
6 years, 5 months ago (2014-07-16 15:51:43 UTC) #26
Alexei Svitkine (slow)
LGTM, thanks! https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc File chrome/browser/metrics/metrics_services_manager.cc (right): https://codereview.chromium.org/372473004/diff/360001/chrome/browser/metrics/metrics_services_manager.cc#newcode79 chrome/browser/metrics/metrics_services_manager.cc:79: base::Bind(&GoogleUpdateSettings::LoadMetricsClientInfo)); On 2014/07/16 15:51:43, gab wrote: > ...
6 years, 5 months ago (2014-07-16 19:18:22 UTC) #27
gab
@grt/asvitkine/isherman : see below Thanks! Gab https://codereview.chromium.org/372473004/diff/460001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): https://codereview.chromium.org/372473004/diff/460001/chrome/chrome_installer_util.gypi#newcode188 chrome/chrome_installer_util.gypi:188: '<(DEPTH)/components/components.gyp:metrics', This dependency ...
6 years, 5 months ago (2014-07-16 20:36:54 UTC) #28
Ilya Sherman
+Justin for help with 64-bit Win build https://codereview.chromium.org/372473004/diff/460001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): https://codereview.chromium.org/372473004/diff/460001/chrome/chrome_installer_util.gypi#newcode188 chrome/chrome_installer_util.gypi:188: '<(DEPTH)/components/components.gyp:metrics', On ...
6 years, 5 months ago (2014-07-16 20:40:43 UTC) #29
grt (UTC plus 2)
take a look at https://code.google.com/p/chromium/codesearch#chromium/src/chrome/chrome_exe.gypi&q=target_name.*chrome_nacl_win64%20file:chrome_exe%5C.gypi&sq=package:chromium&type=cs&l=606. my guess is you need to jump through hoops to ...
6 years, 5 months ago (2014-07-16 22:18:29 UTC) #30
jschuh
https://codereview.chromium.org/372473004/diff/460001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): https://codereview.chromium.org/372473004/diff/460001/chrome/chrome_installer_util.gypi#newcode188 chrome/chrome_installer_util.gypi:188: '<(DEPTH)/components/components.gyp:metrics', On 2014/07/16 20:40:42, Ilya Sherman wrote: > On ...
6 years, 5 months ago (2014-07-16 23:40:19 UTC) #31
cpu_(ooo_6.6-7.5)
client_util.cc and deps lgtm
6 years, 5 months ago (2014-07-17 01:36:06 UTC) #32
gab
@asvitkine/isherman: looks like we need some support of metrics_win64 target (see similar such targets over ...
6 years, 5 months ago (2014-07-17 21:51:31 UTC) #33
gab
On 2014/07/17 21:51:31, gab wrote: > @asvitkine/isherman: looks like we need some support of metrics_win64 ...
6 years, 5 months ago (2014-07-17 21:51:49 UTC) #34
Ilya Sherman
On 2014/07/17 21:51:31, gab wrote: > @asvitkine/isherman: looks like we need some sort of metrics_win64 ...
6 years, 5 months ago (2014-07-17 23:00:04 UTC) #35
grt (UTC plus 2)
i just took another look at this for grins. see below. https://codereview.chromium.org/372473004/diff/460001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): ...
6 years, 5 months ago (2014-07-18 01:14:49 UTC) #36
gab
@Ilya: note that this is not a 64bit build issue, it's an issue with building ...
6 years, 5 months ago (2014-07-18 02:41:07 UTC) #37
grt (UTC plus 2)
On 2014/07/18 02:41:07, gab wrote: > @Ilya: note that this is not a 64bit build ...
6 years, 5 months ago (2014-07-18 13:53:41 UTC) #38
Alexei Svitkine (slow)
On 2014/07/18 13:53:41, grt wrote: > On 2014/07/18 02:41:07, gab wrote: > > @Ilya: note ...
6 years, 5 months ago (2014-07-18 14:14:20 UTC) #39
grt (UTC plus 2)
On 2014/07/18 14:14:20, Alexei Svitkine wrote: > On 2014/07/18 13:53:41, grt wrote: > > On ...
6 years, 5 months ago (2014-07-18 14:22:40 UTC) #40
jschuh
On 2014/07/18 14:22:40, grt wrote: > On 2014/07/18 14:14:20, Alexei Svitkine wrote: > > On ...
6 years, 5 months ago (2014-07-18 15:19:08 UTC) #41
gab
On 2014/07/18 15:19:08, Justin Schuh wrote: > On 2014/07/18 14:22:40, grt wrote: > > On ...
6 years, 5 months ago (2014-07-18 15:35:53 UTC) #42
gab
Seems (from local testing) that hardcoding client_info.cc has a source for installer_util_nacl_win64 fixes it. This ...
6 years, 5 months ago (2014-07-18 19:45:37 UTC) #43
gab
On 2014/07/18 19:45:37, gab wrote: > Seems (from local testing) that hardcoding client_info.cc has a ...
6 years, 5 months ago (2014-07-21 21:30:13 UTC) #44
Ilya Sherman
LGTM, though I think the relevant OWNER lives in another castle.
6 years, 5 months ago (2014-07-21 21:49:45 UTC) #45
gab
On 2014/07/21 21:49:45, Ilya Sherman wrote: > LGTM, though I think the relevant OWNER lives ...
6 years, 5 months ago (2014-07-21 21:59:03 UTC) #46
grt (UTC plus 2)
https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi#newcode193 chrome/chrome_installer_util.gypi:193: # Include |client_info.cc| directly here to avoid having to ...
6 years, 5 months ago (2014-07-21 22:27:32 UTC) #47
gab
https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi#newcode193 chrome/chrome_installer_util.gypi:193: # Include |client_info.cc| directly here to avoid having to ...
6 years, 5 months ago (2014-07-22 16:18:38 UTC) #48
grt (UTC plus 2)
sounds good to me. lgtm w/ nits. https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi#newcode194 chrome/chrome_installer_util.gypi:194: # metrics_win64 ...
6 years, 5 months ago (2014-07-22 16:47:12 UTC) #49
gab
Thanks, firing! https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi File chrome/chrome_installer_util.gypi (right): https://codereview.chromium.org/372473004/diff/540001/chrome/chrome_installer_util.gypi#newcode194 chrome/chrome_installer_util.gypi:194: # metrics_win64 target solely for this purpose... ...
6 years, 5 months ago (2014-07-22 19:09:40 UTC) #50
gab
The CQ bit was checked by gab@chromium.org
6 years, 5 months ago (2014-07-22 19:09:47 UTC) #51
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gab@chromium.org/372473004/560001
6 years, 5 months ago (2014-07-22 19:11:46 UTC) #52
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu_triggered_tests on tryserver.chromium.gpu ...
6 years, 5 months ago (2014-07-22 22:05:15 UTC) #53
commit-bot: I haz the power
6 years, 5 months ago (2014-07-22 23:37:04 UTC) #54
Message was sent while issue was closed.
Change committed as 284805

Powered by Google App Engine
This is Rietveld 408576698