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

Issue 390533003: Bypassed Bytes UMAs (Closed)

Created:
6 years, 5 months ago by megjablon
Modified:
6 years, 5 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, cbentzel+watch_chromium.org, asvitkine+watch_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Bypassed Bytes UMAs Adding UMAs to count the number of bytes that did not go through Flywheel as the result of a bypass event. DataReductionProxy.BypassedBytes.NotBypassed DataReductionProxy.BypassedBytes.SSL DataReductionProxy.BypassedBytes.LocalBypassRules DataReductionProxy.BypassedBytes.ShortAll DataReductionProxy.BypassedBytes.ShortTriggeringRequest DataReductionProxy.BypassedBytes.ShortAudioVideo DataReductionProxy.BypassedBytes.MediumAll DataReductionProxy.BypassedBytes.MediumTriggeringRequest DataReductionProxy.BypassedBytes.LongAll DataReductionProxy.BypassedBytes.LongTriggeringRequest DataReductionProxy.BypassedBytes.MissingViaHeader4xx DataReductionProxy.BypassedBytes.MissingViaHeaderOther DataReductionProxy.BypassedBytes.Malformed407 DataReductionProxy.BypassedBytes.Status500HttpInternalServerError DataReductionProxy.BypassedBytes.Status502HttpBadGateway DataReductionProxy.BypassedBytes.ServiceUnavailable DataReductionProxy.BypassedBytes.NetworkErrorOther BUG=381416, 384369 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285439

Patch Set 1 #

Total comments: 30

Patch Set 2 : "Addressed bengr comments" #

Total comments: 7

Patch Set 3 : Fixed RecordingBypassedBytes #

Total comments: 21

Patch Set 4 : Addressed comments and fixed network error logic #

Patch Set 5 : Removed logging and fixed MaybeBypassProxyAndPrepareToRetry #

Total comments: 28

Patch Set 6 : Addressed bengr comments #

Total comments: 2

Patch Set 7 : Fixed logic of WereDataReductionProxiesBypassed #

Patch Set 8 : Fixing chrome_network_delegate_unittest.cc #

Patch Set 9 : Fixed WereDataReductionProxiesBypassed #

Total comments: 4

Patch Set 10 : Added WereProxiesBypassed test and addressed mef comments #

Total comments: 48

Patch Set 11 : Addressed bengr comments #

Total comments: 44

Patch Set 12 : Addressed bengr comments #

Total comments: 26

Patch Set 13 : Addressed bengr and asvitkine comments #

Total comments: 16

Patch Set 14 : Addressed Comments #

Total comments: 2

Patch Set 15 : Addressed Alexei Comment #

Patch Set 16 : Addressing trybot errors #

Patch Set 17 : Moving #if defined(SPDY_PROXY_AUTH_ORIGIN) #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+870 lines, -98 lines) Patch
M android_webview/browser/net/aw_network_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/net/chrome_network_delegate.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -0 lines 3 comments Download
M chrome/browser/net/chrome_network_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -0 lines 2 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +13 lines, -54 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_params.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +33 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_params.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 16 3 chunks +78 lines, -1 line 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +377 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_protocol.h View 1 2 3 4 5 2 chunks +5 lines, -2 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 23 chunks +58 lines, -26 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +40 lines, -8 lines 0 comments Download
M components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +184 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/common/data_reduction_proxy_headers.cc View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/common/data_reduction_proxy_headers_unittest.cc View 1 2 3 4 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 2 chunks +45 lines, -0 lines 0 comments Download

Messages

Total messages: 51 (0 generated)
megjablon
6 years, 5 months ago (2014-07-11 22:22:22 UTC) #1
bengr
On 2014/07/11 22:22:22, megjablon wrote: I'll take a careful look on Monday. This seems pretty ...
6 years, 5 months ago (2014-07-12 00:11:50 UTC) #2
bengr
https://codereview.chromium.org/390533003/diff/1/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/1/chrome/browser/net/chrome_network_delegate.cc#newcode368 chrome/browser/net/chrome_network_delegate.cc:368: spdy_proxy_auth_enabled->Init(data_reduction_proxy::prefs:: Move data_reduction_proxy::prefs to the next line, indent 4, ...
6 years, 5 months ago (2014-07-12 00:12:00 UTC) #3
bengr
https://codereview.chromium.org/390533003/diff/1/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc File components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc (right): https://codereview.chromium.org/390533003/diff/1/components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc#newcode60 components/data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest.cc:60: net::ProxyService::DataReductionProxyBypassType type) OVERRIDE {} I'd add a variable, e.g., ...
6 years, 5 months ago (2014-07-14 17:44:03 UTC) #4
megjablon
https://codereview.chromium.org/390533003/diff/1/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/1/chrome/browser/net/chrome_network_delegate.cc#newcode368 chrome/browser/net/chrome_network_delegate.cc:368: spdy_proxy_auth_enabled->Init(data_reduction_proxy::prefs:: On 2014/07/12 00:11:59, bengr1 wrote: > Move data_reduction_proxy::prefs ...
6 years, 5 months ago (2014-07-14 19:06:41 UTC) #5
bengr
https://codereview.chromium.org/390533003/diff/1/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/1/chrome/browser/net/chrome_network_delegate.cc#newcode612 chrome/browser/net/chrome_network_delegate.cc:612: if (spdy_proxy_auth_enabled_ && spdy_proxy_auth_enabled_->GetValue()) { On 2014/07/14 19:06:41, megjablon ...
6 years, 5 months ago (2014-07-14 22:04:30 UTC) #6
megjablon
https://codereview.chromium.org/390533003/diff/20001/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc File components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc (right): https://codereview.chromium.org/390533003/diff/20001/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc#newcode64 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc:64: proxy_bypass_type = bypass_type; On 2014/07/14 22:04:29, bengr1 wrote: > ...
6 years, 5 months ago (2014-07-15 18:02:50 UTC) #7
megjablon
net/*: mef histograms: asvitkine
6 years, 5 months ago (2014-07-15 18:07:32 UTC) #8
mef
https://codereview.chromium.org/390533003/diff/40001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/40001/chrome/browser/net/chrome_network_delegate.cc#newcode525 chrome/browser/net/chrome_network_delegate.cc:525: data_reduction_proxy_usage_stats_->SetBypassType(bypass_type); Is it expected to always be net::ProxyService::BYPASS_EVENT_TYPE_MAX? https://codereview.chromium.org/390533003/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc ...
6 years, 5 months ago (2014-07-15 18:20:04 UTC) #9
Alexei Svitkine (slow)
https://codereview.chromium.org/390533003/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc File components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc (right): https://codereview.chromium.org/390533003/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc#newcode16 components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc:16: using net::ProxyService; Nit: You fully qualify this in some ...
6 years, 5 months ago (2014-07-15 18:20:08 UTC) #10
megjablon
https://codereview.chromium.org/390533003/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc File components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc (right): https://codereview.chromium.org/390533003/diff/40001/components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc#newcode38 components/data_reduction_proxy/browser/data_reduction_proxy_protocol.cc:38: net::ProxyService::DataReductionProxyBypassType proxy_bypass_type, On 2014/07/15 18:20:04, mef wrote: > Should ...
6 years, 5 months ago (2014-07-16 00:00:59 UTC) #11
bengr
https://codereview.chromium.org/390533003/diff/80001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/80001/chrome/browser/net/chrome_network_delegate.cc#newcode352 chrome/browser/net/chrome_network_delegate.cc:352: BooleanPrefMember* data_reduction_proxy_enabled, How did you resolve the problem of ...
6 years, 5 months ago (2014-07-16 01:40:10 UTC) #12
megjablon
https://codereview.chromium.org/390533003/diff/80001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/80001/chrome/browser/net/chrome_network_delegate.cc#newcode623 chrome/browser/net/chrome_network_delegate.cc:623: data_reduction_proxy_usage_stats_->RecordBypassedBytesHistograms( On 2014/07/16 01:40:09, bengr1 wrote: > Please file ...
6 years, 5 months ago (2014-07-16 23:07:14 UTC) #13
bengr
https://codereview.chromium.org/390533003/diff/80001/chrome/browser/profiles/profile_io_data.h File chrome/browser/profiles/profile_io_data.h (right): https://codereview.chromium.org/390533003/diff/80001/chrome/browser/profiles/profile_io_data.h#newcode536 chrome/browser/profiles/profile_io_data.h:536: mutable BooleanPrefMember spdy_proxy_auth_enabled_; On 2014/07/16 23:07:14, megjablon wrote: > ...
6 years, 5 months ago (2014-07-16 23:28:15 UTC) #14
megjablon
https://codereview.chromium.org/390533003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc File components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc (right): https://codereview.chromium.org/390533003/diff/80001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc#newcode110 components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc:110: const BooleanPrefMember* data_reduction_proxy_enabled) { On 2014/07/16 23:28:14, bengr1 wrote: ...
6 years, 5 months ago (2014-07-17 02:41:40 UTC) #15
mef
https://codereview.chromium.org/390533003/diff/160001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/160001/chrome/browser/net/chrome_network_delegate.cc#newcode525 chrome/browser/net/chrome_network_delegate.cc:525: data_reduction_proxy_usage_stats_->SetBypassType(bypass_type); |data_reduction_proxy_usage_stats_| could be NULL. https://codereview.chromium.org/390533003/diff/160001/chrome/browser/net/chrome_network_delegate.cc#newcode616 chrome/browser/net/chrome_network_delegate.cc:616: data_reduction_proxy_usage_stats_->RecordBypassedBytesHistograms( |data_reduction_proxy_usage_stats_| ...
6 years, 5 months ago (2014-07-18 16:15:20 UTC) #16
mef
6 years, 5 months ago (2014-07-18 16:15:23 UTC) #17
megjablon
https://codereview.chromium.org/390533003/diff/160001/chrome/browser/net/chrome_network_delegate.cc File chrome/browser/net/chrome_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/160001/chrome/browser/net/chrome_network_delegate.cc#newcode525 chrome/browser/net/chrome_network_delegate.cc:525: data_reduction_proxy_usage_stats_->SetBypassType(bypass_type); On 2014/07/18 16:15:20, mef wrote: > |data_reduction_proxy_usage_stats_| could ...
6 years, 5 months ago (2014-07-18 22:38:46 UTC) #18
bengr
https://codereview.chromium.org/390533003/diff/180001/android_webview/browser/net/aw_network_delegate.cc File android_webview/browser/net/aw_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/180001/android_webview/browser/net/aw_network_delegate.cc#newcode73 android_webview/browser/net/aw_network_delegate.cc:73: NULL); add a comment so we know what's null: ...
6 years, 5 months ago (2014-07-19 00:13:02 UTC) #19
megjablon
https://codereview.chromium.org/390533003/diff/180001/android_webview/browser/net/aw_network_delegate.cc File android_webview/browser/net/aw_network_delegate.cc (right): https://codereview.chromium.org/390533003/diff/180001/android_webview/browser/net/aw_network_delegate.cc#newcode73 android_webview/browser/net/aw_network_delegate.cc:73: NULL); On 2014/07/19 00:13:00, bengr1 wrote: > add a ...
6 years, 5 months ago (2014-07-21 19:44:46 UTC) #20
bengr
https://codereview.chromium.org/390533003/diff/200001/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc File components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc (right): https://codereview.chromium.org/390533003/diff/200001/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc#newcode308 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc:308: if (params.AreDataReductionProxiesBypassed(*request, &bypass_delay)) { Thanks for doing this! https://codereview.chromium.org/390533003/diff/200001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc ...
6 years, 5 months ago (2014-07-21 22:23:58 UTC) #21
megjablon
adding sgurun for android_webview/* https://codereview.chromium.org/390533003/diff/200001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc File components/data_reduction_proxy/browser/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/390533003/diff/200001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc#newcode8 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc:8: #include "base/metrics/field_trial.h" On 2014/07/21 22:23:56, ...
6 years, 5 months ago (2014-07-22 02:11:31 UTC) #22
Alexei Svitkine (slow)
https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc File components/data_reduction_proxy/browser/data_reduction_proxy_params.cc (right): https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc#newcode356 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc:356: if (is_https && alt_allowed_) Nit: Add {}'s https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc#newcode361 components/data_reduction_proxy/browser/data_reduction_proxy_params.cc:361: ...
6 years, 5 months ago (2014-07-22 13:57:21 UTC) #23
sgurun-gerrit only
On 2014/07/22 13:57:21, Alexei Svitkine wrote: > https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_params.cc > File components/data_reduction_proxy/browser/data_reduction_proxy_params.cc > (right): > > ...
6 years, 5 months ago (2014-07-22 15:32:10 UTC) #24
bengr
https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc File components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc (right): https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc#newcode310 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc:310: base::TimeDelta::FromSeconds(kLongBypassDelayInSeconds)) ? I don't think the ternary buys anything. ...
6 years, 5 months ago (2014-07-22 16:59:44 UTC) #25
bengr
6 years, 5 months ago (2014-07-22 16:59:47 UTC) #26
megjablon
https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc File components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc (right): https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc#newcode310 components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc:310: base::TimeDelta::FromSeconds(kLongBypassDelayInSeconds)) ? On 2014/07/22 16:59:44, bengr1 wrote: > I ...
6 years, 5 months ago (2014-07-22 18:40:46 UTC) #27
Alexei Svitkine (slow)
https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h File components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h (right): https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h#newcode52 components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h:52: enum BypassedBytesType { On 2014/07/22 18:40:46, megjablon wrote: > ...
6 years, 5 months ago (2014-07-22 18:50:19 UTC) #28
megjablon
https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h File components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h (right): https://codereview.chromium.org/390533003/diff/220001/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h#newcode52 components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h:52: enum BypassedBytesType { On 2014/07/22 18:50:18, Alexei Svitkine wrote: ...
6 years, 5 months ago (2014-07-22 21:41:45 UTC) #29
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/390533003/diff/260001/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc File components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc (right): https://codereview.chromium.org/390533003/diff/260001/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc#newcode914 components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc:914: ~TestDataReductionProxyParams::HAS_DEV_ORIGIN); Nit: I'd extract the 2nd param into ...
6 years, 5 months ago (2014-07-22 23:14:19 UTC) #30
bengr
lgtm
6 years, 5 months ago (2014-07-23 20:11:43 UTC) #31
megjablon
https://codereview.chromium.org/390533003/diff/260001/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc File components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc (right): https://codereview.chromium.org/390533003/diff/260001/components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc#newcode914 components/data_reduction_proxy/browser/data_reduction_proxy_params_unittest.cc:914: ~TestDataReductionProxyParams::HAS_DEV_ORIGIN); On 2014/07/22 23:14:19, Alexei Svitkine wrote: > Nit: ...
6 years, 5 months ago (2014-07-23 20:11:45 UTC) #32
mef
lgtm
6 years, 5 months ago (2014-07-23 20:28:13 UTC) #33
megjablon
The CQ bit was checked by megjablon@chromium.org
6 years, 5 months ago (2014-07-23 20:29:12 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megjablon@chromium.org/390533003/280001
6 years, 5 months ago (2014-07-23 20:32:02 UTC) #35
megjablon
The CQ bit was unchecked by megjablon@chromium.org
6 years, 5 months ago (2014-07-23 20:33:42 UTC) #36
megjablon
The CQ bit was checked by megjablon@chromium.org
6 years, 5 months ago (2014-07-24 16:44:43 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megjablon@chromium.org/390533003/400001
6 years, 5 months ago (2014-07-24 16:45:17 UTC) #38
megjablon
The CQ bit was unchecked by megjablon@chromium.org
6 years, 5 months ago (2014-07-24 17:46:20 UTC) #39
megjablon
mmenke for chrome/browser/profiles/profile_io_data.cc
6 years, 5 months ago (2014-07-24 18:01:43 UTC) #40
mmenke
https://codereview.chromium.org/390533003/diff/400001/chrome/browser/net/chrome_network_delegate.h File chrome/browser/net/chrome_network_delegate.h (right): https://codereview.chromium.org/390533003/diff/400001/chrome/browser/net/chrome_network_delegate.h#newcode128 chrome/browser/net/chrome_network_delegate.h:128: } nit: Setters for all DRP settings should be ...
6 years, 5 months ago (2014-07-24 19:32:05 UTC) #41
megjablon
https://codereview.chromium.org/390533003/diff/400001/chrome/browser/net/chrome_network_delegate.h File chrome/browser/net/chrome_network_delegate.h (right): https://codereview.chromium.org/390533003/diff/400001/chrome/browser/net/chrome_network_delegate.h#newcode128 chrome/browser/net/chrome_network_delegate.h:128: } On 2014/07/24 19:32:05, mmenke wrote: > nit: Setters ...
6 years, 5 months ago (2014-07-24 20:09:37 UTC) #42
mmenke
LGTM https://codereview.chromium.org/390533003/diff/400001/chrome/browser/net/chrome_network_delegate.h File chrome/browser/net/chrome_network_delegate.h (right): https://codereview.chromium.org/390533003/diff/400001/chrome/browser/net/chrome_network_delegate.h#newcode128 chrome/browser/net/chrome_network_delegate.h:128: } On 2014/07/24 20:09:37, megjablon wrote: > On ...
6 years, 5 months ago (2014-07-24 20:34:12 UTC) #43
megjablon
The CQ bit was checked by megjablon@chromium.org
6 years, 5 months ago (2014-07-24 20:44:41 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megjablon@chromium.org/390533003/400001
6 years, 5 months ago (2014-07-24 20:47:36 UTC) #45
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_rel_swarming on tryserver.chromium ...
6 years, 5 months ago (2014-07-24 21:24:11 UTC) #46
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-24 21:58:41 UTC) #47
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_swarming on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel_swarming/builds/2094)
6 years, 5 months ago (2014-07-24 21:58:42 UTC) #48
megjablon
The CQ bit was checked by megjablon@chromium.org
6 years, 5 months ago (2014-07-25 00:34:41 UTC) #49
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/megjablon@chromium.org/390533003/400001
6 years, 5 months ago (2014-07-25 00:36:30 UTC) #50
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 00:39:54 UTC) #51
Message was sent while issue was closed.
Change committed as 285439

Powered by Google App Engine
This is Rietveld 408576698