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

Issue 473723002: Update data reduction proxy statistics prefs less often on desktop (Closed)

Created:
6 years, 4 months ago by megjablon
Modified:
6 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, sgurun-gerrit only
Base URL:
https://chromium.googlesource.com/chromium/src.git@tooManyWritesPatch
Project:
chromium
Visibility:
Public.

Description

Update data reduction proxy statistics prefs less often on desktop For platforms other than iOS and Android, the preference data is stored in memory and written to disk at 60 minute intervals and on shutdown via the DataReductionProxyDelayedPrefService. For iOS and Android, the DataReductionProxyDelayedPrefService takes a delay time of zero and simply passes the prefs through to the PrefService. BUG=399788 Committed: https://crrev.com/53f608b55172df7423ea54ab83e9fdfa8fc81f9a Cr-Commit-Position: refs/heads/master@{#295521}

Patch Set 1 : #

Total comments: 50

Patch Set 2 : Addressing bengr comments #

Patch Set 3 : Undo BUILD.gn and fix aw_browser_context #

Total comments: 62

Patch Set 4 : Addressed bengr comments #

Total comments: 36

Patch Set 5 : Addressed bengr comments #

Total comments: 3

Patch Set 6 : Addressed sgurun comment #

Total comments: 2

Patch Set 7 : Removing statistics prefs from Android WebView #

Total comments: 31

Patch Set 8 : Addressed bengr and mmenke comments #

Total comments: 2

Patch Set 9 : Addressed mmenke comments #

Patch Set 10 : Fixing BUILD.gn and includes #

Total comments: 6

Patch Set 11 : Addressed bengr nits #

Total comments: 1

Patch Set 12 : Sync master and Moving statistics prefs write #

Patch Set 13 : Fixing net internals bandwidth page #

Total comments: 23

Patch Set 14 : Addressed mmenke comments #

Patch Set 15 : Fixing bandwidth test as discussed with mmenke #

Total comments: 3

Patch Set 16 : Fixing nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+655 lines, -138 lines) Patch
M android_webview/browser/aw_browser_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M android_webview/browser/net/aw_url_request_context_getter.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.h View 1 2 3 4 5 6 7 3 chunks +13 lines, -2 lines 0 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 7 chunks +27 lines, -17 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl.cc View 1 2 3 4 5 6 7 8 4 chunks +23 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.h View 1 2 3 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +12 lines, -1 line 0 comments Download
M chrome/test/data/webui/net_internals/bandwidth_view.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +9 lines, -9 lines 0 comments Download
M components/components_tests.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_metrics.h View 1 2 3 4 3 chunks +5 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc View 1 2 3 4 5 7 chunks +20 lines, -23 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.cc View 1 2 3 4 33 chunks +49 lines, -39 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_prefs.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings.h View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +7 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings.cc View 1 2 3 4 5 6 7 8 9 10 11 12 9 chunks +18 lines, -29 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +14 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_settings_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
A components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +101 lines, -0 lines 0 comments Download
A components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs_unittest.cc View 1 2 3 4 1 chunk +173 lines, -0 lines 0 comments Download

Messages

Total messages: 59 (8 generated)
megjablon
6 years, 4 months ago (2014-08-14 02:20:39 UTC) #1
bengr
https://codereview.chromium.org/473723002/diff/20001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/473723002/diff/20001/chrome/browser/net/chrome_network_delegate.cc#newcode119 chrome/browser/net/chrome_network_delegate.cc:119: data_reduction_proxy::DataReductionProxyDelayedPrefService* pref_service) { DCHECK(pref_service) Also, after the class renaming, ...
6 years, 4 months ago (2014-08-14 17:39:42 UTC) #2
bengr
https://codereview.chromium.org/473723002/diff/20001/components/data_reduction_proxy/browser/data_reduction_proxy_delayed_pref_service.cc File components/data_reduction_proxy/browser/data_reduction_proxy_delayed_pref_service.cc (right): https://codereview.chromium.org/473723002/diff/20001/components/data_reduction_proxy/browser/data_reduction_proxy_delayed_pref_service.cc#newcode110 components/data_reduction_proxy/browser/data_reduction_proxy_delayed_pref_service.cc:110: base::Unretained(this)), On 2014/08/14 17:39:41, bengr1 wrote: > What happens ...
6 years, 4 months ago (2014-08-14 23:09:50 UTC) #3
megjablon
Patchset #2 (id:40001) has been deleted
6 years, 3 months ago (2014-08-26 19:28:01 UTC) #4
megjablon
https://codereview.chromium.org/473723002/diff/20001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/473723002/diff/20001/chrome/browser/net/chrome_network_delegate.cc#newcode119 chrome/browser/net/chrome_network_delegate.cc:119: data_reduction_proxy::DataReductionProxyDelayedPrefService* pref_service) { On 2014/08/14 17:39:41, bengr1 wrote: > ...
6 years, 3 months ago (2014-08-26 19:28:41 UTC) #5
megjablon
Patchset #3 (id:80001) has been deleted
6 years, 3 months ago (2014-08-26 21:17:01 UTC) #6
megjablon
Patchset #3 (id:100001) has been deleted
6 years, 3 months ago (2014-08-26 22:32:27 UTC) #7
bengr
https://codereview.chromium.org/473723002/diff/120001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/473723002/diff/120001/chrome/browser/net/chrome_network_delegate.cc#newcode158 chrome/browser/net/chrome_network_delegate.cc:158: data_reduction_proxy::DataReductionProxyStatisticsPrefs* pref_service) { Maybe statistics_prefs? https://codereview.chromium.org/473723002/diff/120001/chrome/browser/net/chrome_network_delegate.h File chrome/browser/net/chrome_network_delegate.h (right): ...
6 years, 3 months ago (2014-08-27 04:53:26 UTC) #8
megjablon
Patchset #4 (id:140001) has been deleted
6 years, 3 months ago (2014-08-28 19:20:07 UTC) #9
megjablon
https://codereview.chromium.org/473723002/diff/120001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/473723002/diff/120001/chrome/browser/net/chrome_network_delegate.cc#newcode158 chrome/browser/net/chrome_network_delegate.cc:158: data_reduction_proxy::DataReductionProxyStatisticsPrefs* pref_service) { On 2014/08/27 04:53:24, bengr1 wrote: > ...
6 years, 3 months ago (2014-08-28 20:44:09 UTC) #10
bengr
https://codereview.chromium.org/473723002/diff/120001/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h File components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h (right): https://codereview.chromium.org/473723002/diff/120001/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h#newcode51 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.h:51: void InitInt64Pref(const char* pref); On 2014/08/28 20:44:08, megjablon wrote: ...
6 years, 3 months ago (2014-08-28 21:38:35 UTC) #11
megjablon
mmenke: chrome/* https://codereview.chromium.org/473723002/diff/160001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (left): https://codereview.chromium.org/473723002/diff/160001/android_webview/browser/aw_browser_context.cc#oldcode212 android_webview/browser/aw_browser_context.cc:212: user_pref_service_.get(), On 2014/08/28 21:38:34, bengr1 wrote: > ...
6 years, 3 months ago (2014-08-30 01:10:04 UTC) #13
megjablon
sgurun: android_webview/*
6 years, 3 months ago (2014-08-30 01:24:56 UTC) #15
mmenke
https://codereview.chromium.org/473723002/diff/200001/chrome/browser/profiles/profile_impl_io_data.h File chrome/browser/profiles/profile_impl_io_data.h (right): https://codereview.chromium.org/473723002/diff/200001/chrome/browser/profiles/profile_impl_io_data.h#newcode265 chrome/browser/profiles/profile_impl_io_data.h:265: data_reduction_proxy_statistics_prefs_; This is getting a bit excessive. Can we ...
6 years, 3 months ago (2014-09-02 15:15:06 UTC) #16
bengr
On 2014/09/02 15:15:06, mmenke wrote: > https://codereview.chromium.org/473723002/diff/200001/chrome/browser/profiles/profile_impl_io_data.h > File chrome/browser/profiles/profile_impl_io_data.h (right): > > https://codereview.chromium.org/473723002/diff/200001/chrome/browser/profiles/profile_impl_io_data.h#newcode265 > ...
6 years, 3 months ago (2014-09-02 15:27:40 UTC) #17
mmenke
On 2014/09/02 15:27:40, bengr1 wrote: > On 2014/09/02 15:15:06, mmenke wrote: > > > https://codereview.chromium.org/473723002/diff/200001/chrome/browser/profiles/profile_impl_io_data.h ...
6 years, 3 months ago (2014-09-02 15:31:15 UTC) #18
bengr
On 2014/09/02 15:31:15, mmenke wrote: > On 2014/09/02 15:27:40, bengr1 wrote: > > On 2014/09/02 ...
6 years, 3 months ago (2014-09-02 16:11:08 UTC) #19
sgurun-gerrit only
https://codereview.chromium.org/473723002/diff/200001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/473723002/diff/200001/android_webview/browser/aw_browser_context.cc#newcode111 android_webview/browser/aw_browser_context.cc:111: g_browser_process->local_state(), does this even compile? g_browser_process is a browser ...
6 years, 3 months ago (2014-09-03 01:00:38 UTC) #20
sgurun-gerrit only
6 years, 3 months ago (2014-09-03 01:00:43 UTC) #21
sgurun-gerrit only
6 years, 3 months ago (2014-09-03 01:00:44 UTC) #22
megjablon
https://codereview.chromium.org/473723002/diff/200001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/473723002/diff/200001/android_webview/browser/aw_browser_context.cc#newcode111 android_webview/browser/aw_browser_context.cc:111: g_browser_process->local_state(), On 2014/09/03 01:00:38, sgurun_OOO_until_Oct5 wrote: > does this ...
6 years, 3 months ago (2014-09-03 18:58:30 UTC) #23
sgurun-gerrit only
https://codereview.chromium.org/473723002/diff/220001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/473723002/diff/220001/android_webview/browser/aw_browser_context.cc#newcode111 android_webview/browser/aw_browser_context.cc:111: user_pref_service_.get(), unfortunately this will not work, because we create ...
6 years, 3 months ago (2014-09-04 00:32:26 UTC) #24
megjablon
https://codereview.chromium.org/473723002/diff/220001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/473723002/diff/220001/android_webview/browser/aw_browser_context.cc#newcode111 android_webview/browser/aw_browser_context.cc:111: user_pref_service_.get(), On 2014/09/04 00:32:26, sgurun_OOO_until_Oct5 wrote: > unfortunately this ...
6 years, 3 months ago (2014-09-04 18:28:51 UTC) #26
bengr
https://codereview.chromium.org/473723002/diff/240001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/473723002/diff/240001/android_webview/browser/aw_browser_context.cc#newcode107 android_webview/browser/aw_browser_context.cc:107: // Unlike in Chrome, DataReductionProxyStatistisPrefs is not instantiated I ...
6 years, 3 months ago (2014-09-04 21:18:21 UTC) #27
mmenke
Sorry, I wrote comments on this CL yesterday, but forgot to publish them. I'll double-check ...
6 years, 3 months ago (2014-09-04 21:38:03 UTC) #28
mmenke
https://codereview.chromium.org/473723002/diff/240001/chrome/browser/net/chrome_network_delegate.h File chrome/browser/net/chrome_network_delegate.h (right): https://codereview.chromium.org/473723002/diff/240001/chrome/browser/net/chrome_network_delegate.h#newcode43 chrome/browser/net/chrome_network_delegate.h:43: } // namespace data_reduction_proxy nit: Comment not needed (End ...
6 years, 3 months ago (2014-09-05 15:23:09 UTC) #29
megjablon
https://codereview.chromium.org/473723002/diff/240001/android_webview/browser/aw_browser_context.cc File android_webview/browser/aw_browser_context.cc (right): https://codereview.chromium.org/473723002/diff/240001/android_webview/browser/aw_browser_context.cc#newcode107 android_webview/browser/aw_browser_context.cc:107: // Unlike in Chrome, DataReductionProxyStatistisPrefs is not instantiated On ...
6 years, 3 months ago (2014-09-05 20:56:40 UTC) #30
mmenke
LGTM, though per earlier comments, in another CL I'd really like to see this reduced ...
6 years, 3 months ago (2014-09-08 16:29:15 UTC) #31
megjablon
On 2014/09/08 16:29:15, mmenke wrote: > LGTM, though per earlier comments, in another CL I'd ...
6 years, 3 months ago (2014-09-08 17:57:53 UTC) #32
megjablon
https://codereview.chromium.org/473723002/diff/260001/chrome/browser/profiles/profile_impl.cc File chrome/browser/profiles/profile_impl.cc (right): https://codereview.chromium.org/473723002/diff/260001/chrome/browser/profiles/profile_impl.cc#newcode696 chrome/browser/profiles/profile_impl.cc:696: base::TimeDelta commit_delay = base::TimeDelta::FromMinutes(60) On 2014/09/08 16:29:15, mmenke wrote: ...
6 years, 3 months ago (2014-09-08 17:58:14 UTC) #33
bengr
Lgtm, but please fix the nits below. Also, change the CL description to the following ...
6 years, 3 months ago (2014-09-09 02:09:40 UTC) #36
mmenke
Are we going to land this CL, or the enable DRP on all platforms CL ...
6 years, 3 months ago (2014-09-09 14:02:46 UTC) #37
megjablon
On 2014/09/09 14:02:46, mmenke wrote: > Are we going to land this CL, or the ...
6 years, 3 months ago (2014-09-09 18:52:04 UTC) #38
megjablon
https://codereview.chromium.org/473723002/diff/340001/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc File components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc (right): https://codereview.chromium.org/473723002/diff/340001/components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc#newcode37 components/data_reduction_proxy/browser/data_reduction_proxy_statistics_prefs.cc:37: if (delay_ != base::TimeDelta()) { On 2014/09/09 02:09:39, bengr1 ...
6 years, 3 months ago (2014-09-09 18:52:24 UTC) #39
mmenke
/browser/net and profiles/ LGTM.
6 years, 3 months ago (2014-09-09 19:17:52 UTC) #40
benm (inactive)
aw lgtm https://codereview.chromium.org/473723002/diff/360001/android_webview/browser/net/aw_url_request_context_getter.cc File android_webview/browser/net/aw_url_request_context_getter.cc (right): https://codereview.chromium.org/473723002/diff/360001/android_webview/browser/net/aw_url_request_context_getter.cc#newcode241 android_webview/browser/net/aw_url_request_context_getter.cc:241: // network delegate. Out of interest, what ...
6 years, 3 months ago (2014-09-10 09:26:32 UTC) #41
megjablon
On 2014/09/10 09:26:32, benm wrote: > aw lgtm > > https://codereview.chromium.org/473723002/diff/360001/android_webview/browser/net/aw_url_request_context_getter.cc > File android_webview/browser/net/aw_url_request_context_getter.cc (right): ...
6 years, 3 months ago (2014-09-10 20:58:37 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megjablon@chromium.org/473723002/360001
6 years, 3 months ago (2014-09-10 21:02:24 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_swarming/builds/14974)
6 years, 3 months ago (2014-09-10 22:20:41 UTC) #46
megjablon
On 2014/09/10 22:20:41, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 3 months ago (2014-09-13 01:16:05 UTC) #47
mmenke
https://codereview.chromium.org/473723002/diff/400001/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): https://codereview.chromium.org/473723002/diff/400001/chrome/browser/profiles/profile_impl_io_data.cc#newcode107 chrome/browser/profiles/profile_impl_io_data.cc:107: io_data_->data_reduction_proxy_statistics_prefs_->WritePrefs(); This is called on the UI thread, but ...
6 years, 3 months ago (2014-09-15 15:11:02 UTC) #48
megjablon
On 2014/09/15 15:11:02, mmenke wrote: > https://codereview.chromium.org/473723002/diff/400001/chrome/browser/profiles/profile_impl_io_data.cc > File chrome/browser/profiles/profile_impl_io_data.cc (right): > > https://codereview.chromium.org/473723002/diff/400001/chrome/browser/profiles/profile_impl_io_data.cc#newcode107 > ...
6 years, 3 months ago (2014-09-15 18:19:17 UTC) #49
megjablon
https://codereview.chromium.org/473723002/diff/400001/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): https://codereview.chromium.org/473723002/diff/400001/chrome/browser/profiles/profile_impl_io_data.cc#newcode107 chrome/browser/profiles/profile_impl_io_data.cc:107: io_data_->data_reduction_proxy_statistics_prefs_->WritePrefs(); On 2014/09/15 15:11:01, mmenke wrote: > This is ...
6 years, 3 months ago (2014-09-15 18:19:24 UTC) #50
mmenke
Sorry, meant to get back to this today. I'll do it first thing tomorrow. On ...
6 years, 3 months ago (2014-09-15 21:37:58 UTC) #51
mmenke
https://codereview.chromium.org/473723002/diff/400001/chrome/test/data/webui/net_internals/bandwidth_view.js File chrome/test/data/webui/net_internals/bandwidth_view.js (right): https://codereview.chromium.org/473723002/diff/400001/chrome/test/data/webui/net_internals/bandwidth_view.js#newcode113 chrome/test/data/webui/net_internals/bandwidth_view.js:113: this.completeIfDone(); On 2014/09/15 18:19:23, megjablon wrote: > On 2014/09/15 ...
6 years, 3 months ago (2014-09-16 14:18:46 UTC) #52
megjablon
On 2014/09/16 14:18:46, mmenke wrote: > https://codereview.chromium.org/473723002/diff/400001/chrome/test/data/webui/net_internals/bandwidth_view.js > File chrome/test/data/webui/net_internals/bandwidth_view.js (right): > > https://codereview.chromium.org/473723002/diff/400001/chrome/test/data/webui/net_internals/bandwidth_view.js#newcode113 > ...
6 years, 3 months ago (2014-09-16 17:11:38 UTC) #53
megjablon
On 2014/09/16 17:11:38, megjablon wrote: > On 2014/09/16 14:18:46, mmenke wrote: > > > https://codereview.chromium.org/473723002/diff/400001/chrome/test/data/webui/net_internals/bandwidth_view.js ...
6 years, 3 months ago (2014-09-17 23:11:31 UTC) #54
mmenke
LGTM https://codereview.chromium.org/473723002/diff/440001/chrome/test/data/webui/net_internals/bandwidth_view.js File chrome/test/data/webui/net_internals/bandwidth_view.js (right): https://codereview.chromium.org/473723002/diff/440001/chrome/test/data/webui/net_internals/bandwidth_view.js#newcode45 chrome/test/data/webui/net_internals/bandwidth_view.js:45: g_browser.addHistoricNetworkStatsObserver(this, false); Hrm...Really not sure why this is ...
6 years, 3 months ago (2014-09-18 14:54:46 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/473723002/460001
6 years, 3 months ago (2014-09-18 18:51:20 UTC) #57
commit-bot: I haz the power
Committed patchset #16 (id:460001) as 694212664056ce148d7700c0b5748e338c68e419
6 years, 3 months ago (2014-09-18 19:25:02 UTC) #58
commit-bot: I haz the power
6 years, 3 months ago (2014-09-18 19:25:42 UTC) #59
Message was sent while issue was closed.
Patchset 16 (id:??) landed as
https://crrev.com/53f608b55172df7423ea54ab83e9fdfa8fc81f9a
Cr-Commit-Position: refs/heads/master@{#295521}

Powered by Google App Engine
This is Rietveld 408576698