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

Issue 1547273003: Set trusted SPDY proxy dynamically on per-profile basis (Closed)

Created:
4 years, 12 months ago by tbansal1
Modified:
4 years, 10 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Set trusted SPDY proxy dynamically on per-profile basis Set trusted SPDY proxy on per-profile basis if the profile has DRP enabled, and if Chrome is part of the field trial. Prior to this CL, it was possible to set the trusted SPDY proxy only from command line switch. Setting it on per-profile ensures that it is set only if DRP is enabled (which is per-profile). Setting it dynamically ensures that if there is a change in DataReductionProxy config (e.g., the API tells Chrome to connect to a different DRP server), then the SPDY session to the different server has the trusted SPDY proxy set correctly to the new server. Prior to this CL, trusted SPDY proxy was set once at the time of Chrome start, and it was not possible to change it. Link to design doc: https://code.google.com/p/chromium/issues/detail?id=558682#c11 BUG=558682 Committed: https://crrev.com/28e68f81ac373c44d7aa9f12dc8fe91178a6040e Cr-Commit-Position: refs/heads/master@{#373442}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Addressed comments #

Total comments: 8

Patch Set 3 : Addressed bengr comments, now trusted SPDY proxy is set dynamically #

Total comments: 4

Patch Set 4 : #

Total comments: 23

Patch Set 5 : Addressed comments #

Total comments: 8

Patch Set 6 : Addressed comments #

Patch Set 7 : Updated based on design doc discussion #

Total comments: 60

Patch Set 8 : Addressed bengr comments #

Total comments: 8

Patch Set 9 : Rebased, addressed comments #

Total comments: 20

Patch Set 10 : Addressed mmenke comments #

Total comments: 4

Patch Set 11 : Addressed bnc comments #

Total comments: 4

Patch Set 12 : Addressed bnc comments #

Total comments: 2

Patch Set 13 : Rebased #

Patch Set 14 : Added net/base/test_proxy_delegate.{h,cc} #

Unified diffs Side-by-side diffs Delta from patch set Stats (+460 lines, -150 lines) Patch
M chrome/browser/io_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/io_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/startup/bad_flags_prompt.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -4 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/core/browser/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +39 lines, -4 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc View 1 2 3 4 5 6 7 8 9 2 chunks +13 lines, -0 lines 0 comments Download
A components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +135 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.h View 1 2 3 4 5 6 7 8 9 1 chunk +7 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc View 1 2 3 4 5 6 2 chunks +11 lines, -0 lines 0 comments Download
M jingle/glue/proxy_resolving_client_socket.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M net/base/proxy_delegate.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
A net/base/test_proxy_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +86 lines, -0 lines 0 comments Download
A net/base/test_proxy_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +86 lines, -0 lines 0 comments Download
M net/http/http_network_session.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -3 lines 0 comments Download
M net/http/http_network_session.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 7 chunks +24 lines, -9 lines 0 comments Download
M net/http/http_proxy_client_socket_pool_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +1 line, -91 lines 0 comments Download
M net/net.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +7 lines, -1 line 0 comments Download
M net/spdy/spdy_session.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +7 lines, -4 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +8 lines, -4 lines 0 comments Download
M net/spdy/spdy_session_pool.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -4 lines 0 comments Download
M net/spdy/spdy_session_pool.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -3 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +10 lines, -2 lines 0 comments Download
M net/spdy/spdy_test_util_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +4 lines, -1 line 0 comments Download
M net/spdy/spdy_test_util_common.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -1 line 0 comments Download
M net/url_request/url_request_context_builder.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -1 line 0 comments Download
M net/url_request/url_request_context_builder.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 88 (41 generated)
tbansal1
4 years, 12 months ago (2015-12-28 21:31:16 UTC) #3
tbansal1
bengr: PTAL. Thanks.
4 years, 12 months ago (2015-12-28 21:31:31 UTC) #4
bengr
https://codereview.chromium.org/1547273003/diff/20001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://codereview.chromium.org/1547273003/diff/20001/chrome/browser/profiles/profile_io_data.cc#newcode1307 chrome/browser/profiles/profile_io_data.cc:1307: // Set trusted SPDY proxy if it is not ...
4 years, 11 months ago (2015-12-29 17:46:01 UTC) #6
tbansal1
bengr: ptal. thanks. https://chromiumcodereview.appspot.com/1547273003/diff/20001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://chromiumcodereview.appspot.com/1547273003/diff/20001/chrome/browser/profiles/profile_io_data.cc#newcode1307 chrome/browser/profiles/profile_io_data.cc:1307: // Set trusted SPDY proxy if ...
4 years, 11 months ago (2015-12-29 23:34:22 UTC) #13
bengr
https://codereview.chromium.org/1547273003/diff/140001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://codereview.chromium.org/1547273003/diff/140001/chrome/browser/profiles/profile_io_data.cc#newcode1338 chrome/browser/profiles/profile_io_data.cc:1338: void ProfileIOData::SetTrustedSpdyProxy(std::string* trusted_spdy_proxy) const { This is a getter ...
4 years, 11 months ago (2016-01-05 18:42:39 UTC) #14
tbansal1
bengr: PTAL. Thanks. https://codereview.chromium.org/1547273003/diff/140001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://codereview.chromium.org/1547273003/diff/140001/chrome/browser/profiles/profile_io_data.cc#newcode1338 chrome/browser/profiles/profile_io_data.cc:1338: void ProfileIOData::SetTrustedSpdyProxy(std::string* trusted_spdy_proxy) const { On ...
4 years, 11 months ago (2016-01-08 02:01:15 UTC) #21
bengr
Initial thoughts. https://codereview.chromium.org/1547273003/diff/240001/net/base/trusted_spdy_proxy_getter.h File net/base/trusted_spdy_proxy_getter.h (right): https://codereview.chromium.org/1547273003/diff/240001/net/base/trusted_spdy_proxy_getter.h#newcode5 net/base/trusted_spdy_proxy_getter.h:5: #ifndef NET_BASE_TRUSTED_SPDY_PROXY_GETTER_H_ Why is this not in ...
4 years, 11 months ago (2016-01-08 20:49:43 UTC) #24
tbansal1
ptal. thanks. https://codereview.chromium.org/1547273003/diff/240001/net/base/trusted_spdy_proxy_getter.h File net/base/trusted_spdy_proxy_getter.h (right): https://codereview.chromium.org/1547273003/diff/240001/net/base/trusted_spdy_proxy_getter.h#newcode5 net/base/trusted_spdy_proxy_getter.h:5: #ifndef NET_BASE_TRUSTED_SPDY_PROXY_GETTER_H_ On 2016/01/08 20:49:43, bengr wrote: ...
4 years, 11 months ago (2016-01-11 19:58:53 UTC) #29
bengr
Here are a few comments. https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/io_thread.cc#newcode976 chrome/browser/io_thread.cc:976: trusted_spdy_proxy, net::ProxyServer::SCHEME_HTTP))); This should ...
4 years, 11 months ago (2016-01-11 22:29:35 UTC) #30
bengr
The current code has each SPDY connection asks for the proxy that is trusted and ...
4 years, 11 months ago (2016-01-11 23:58:10 UTC) #31
tbansal1
ptal. thanks. https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/io_thread.cc#newcode976 chrome/browser/io_thread.cc:976: trusted_spdy_proxy, net::ProxyServer::SCHEME_HTTP))); On 2016/01/11 22:29:35, bengr wrote: ...
4 years, 11 months ago (2016-01-12 20:50:51 UTC) #32
bengr
https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/io_thread.cc#newcode976 chrome/browser/io_thread.cc:976: trusted_spdy_proxy, net::ProxyServer::SCHEME_HTTP))); On 2016/01/12 20:50:50, tbansal1 wrote: > On ...
4 years, 11 months ago (2016-01-12 21:43:03 UTC) #33
tbansal1
ptal. thanks. https://codereview.chromium.org/1547273003/diff/350001/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): https://codereview.chromium.org/1547273003/diff/350001/chrome/browser/io_thread.cc#newcode973 chrome/browser/io_thread.cc:973: // set on command line. On 2016/01/12 ...
4 years, 11 months ago (2016-01-12 23:43:49 UTC) #37
tbansal1
ptal. thanks. https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://codereview.chromium.org/1547273003/diff/330001/chrome/browser/profiles/profile_io_data.cc#newcode1340 chrome/browser/profiles/profile_io_data.cc:1340: if (IsOffTheRecord()) On 2016/01/11 22:29:35, bengr wrote: ...
4 years, 11 months ago (2016-01-13 02:11:25 UTC) #38
bengr
"DO NOT REVIEW" was added because the CL is pending offline agreement that this is ...
4 years, 11 months ago (2016-01-15 20:07:15 UTC) #40
tbansal1
Please review. Design doc here: https://docs.google.com/document/d/1-_GAfA9D89UafxZ_8aaQOjnew-PjXtxAca2Wj9CS9Rc/edit#heading=h.e8h80nw0tsy
4 years, 11 months ago (2016-01-15 22:40:04 UTC) #42
bengr
On 2016/01/15 22:40:04, tbansal1 wrote: > Please review. > Design doc here: > https://docs.google.com/document/d/1-_GAfA9D89UafxZ_8aaQOjnew-PjXtxAca2Wj9CS9Rc/edit#heading=h.e8h80nw0tsy If ...
4 years, 11 months ago (2016-01-19 04:02:42 UTC) #45
tbansal1
Updated according to the design doc (link in CL description). PTAL! Thanks.
4 years, 11 months ago (2016-01-21 19:11:58 UTC) #47
tbansal1
ping!
4 years, 11 months ago (2016-01-26 01:04:43 UTC) #49
bengr
Here are some comments to get started. https://codereview.chromium.org/1547273003/diff/450001/chrome/browser/io_thread.h File chrome/browser/io_thread.h (right): https://codereview.chromium.org/1547273003/diff/450001/chrome/browser/io_thread.h#newcode13 chrome/browser/io_thread.h:13: #include <string> ...
4 years, 11 months ago (2016-01-26 19:39:55 UTC) #50
bengr
https://codereview.chromium.org/1547273003/diff/450001/net/http/http_network_transaction_unittest.cc File net/http/http_network_transaction_unittest.cc (right): https://codereview.chromium.org/1547273003/diff/450001/net/http/http_network_transaction_unittest.cc#newcode7691 net/http/http_network_transaction_unittest.cc:7691: TEST_P(HttpNetworkTransactionTest, CrossOriginProxyPush) { CrossOriginSPDYProxyPush https://codereview.chromium.org/1547273003/diff/450001/net/http/http_network_transaction_unittest.cc#newcode7692 net/http/http_network_transaction_unittest.cc:7692: // Configure proxy ...
4 years, 11 months ago (2016-01-26 23:23:27 UTC) #51
tbansal1
bengr: ptal. thanks. https://codereview.chromium.org/1547273003/diff/450001/chrome/browser/io_thread.h File chrome/browser/io_thread.h (right): https://codereview.chromium.org/1547273003/diff/450001/chrome/browser/io_thread.h#newcode13 chrome/browser/io_thread.h:13: #include <string> On 2016/01/26 19:39:55, bengr ...
4 years, 11 months ago (2016-01-27 00:13:35 UTC) #52
bengr
https://codereview.chromium.org/1547273003/diff/470001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://codereview.chromium.org/1547273003/diff/470001/chrome/browser/profiles/profile_io_data.cc#newcode1302 chrome/browser/profiles/profile_io_data.cc:1302: DCHECK(!IsOffTheRecord()); I don't think this DCHECK is necessary. https://codereview.chromium.org/1547273003/diff/470001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h ...
4 years, 10 months ago (2016-01-30 01:30:01 UTC) #53
bengr
https://codereview.chromium.org/1547273003/diff/470001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc (right): https://codereview.chromium.org/1547273003/diff/470001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc#newcode659 components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc:659: if (proxies_for_http.size() == 0 || !proxies_for_http[0].is_valid() || Why are ...
4 years, 10 months ago (2016-01-30 01:36:43 UTC) #54
tbansal1
bengr: ptal. https://codereview.chromium.org/1547273003/diff/470001/chrome/browser/profiles/profile_io_data.cc File chrome/browser/profiles/profile_io_data.cc (right): https://codereview.chromium.org/1547273003/diff/470001/chrome/browser/profiles/profile_io_data.cc#newcode1302 chrome/browser/profiles/profile_io_data.cc:1302: DCHECK(!IsOffTheRecord()); On 2016/01/30 01:30:01, bengr wrote: > ...
4 years, 10 months ago (2016-02-01 22:02:02 UTC) #56
bengr
lgtm
4 years, 10 months ago (2016-02-02 01:00:57 UTC) #58
tbansal1
mmenke: PTAL at everything outside components/d_r_p. Thanks!
4 years, 10 months ago (2016-02-02 01:04:59 UTC) #60
mmenke
[+bnc] for HTTP2 changes. https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc File jingle/glue/proxy_resolving_client_socket.cc (right): https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc#newcode87 jingle/glue/proxy_resolving_client_socket.cc:87: session_params.forced_spdy_exclusions = You should talk ...
4 years, 10 months ago (2016-02-02 16:51:26 UTC) #62
tbansal1
bnc: PTAL. Thanks. https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc File jingle/glue/proxy_resolving_client_socket.cc (right): https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc#newcode87 jingle/glue/proxy_resolving_client_socket.cc:87: session_params.forced_spdy_exclusions = On 2016/02/02 16:51:26, mmenke ...
4 years, 10 months ago (2016-02-02 18:18:44 UTC) #64
mmenke
https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc File jingle/glue/proxy_resolving_client_socket.cc (right): https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc#newcode87 jingle/glue/proxy_resolving_client_socket.cc:87: session_params.forced_spdy_exclusions = On 2016/02/02 18:18:44, tbansal1 wrote: > On ...
4 years, 10 months ago (2016-02-02 18:45:02 UTC) #65
tbansal1
ptal. https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc File jingle/glue/proxy_resolving_client_socket.cc (right): https://codereview.chromium.org/1547273003/diff/530001/jingle/glue/proxy_resolving_client_socket.cc#newcode87 jingle/glue/proxy_resolving_client_socket.cc:87: session_params.forced_spdy_exclusions = On 2016/02/02 18:45:02, mmenke wrote: > ...
4 years, 10 months ago (2016-02-02 19:34:32 UTC) #66
mmenke
https://codereview.chromium.org/1547273003/diff/530001/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): https://codereview.chromium.org/1547273003/diff/530001/net/spdy/spdy_session.cc#newcode2710 net/spdy/spdy_session.cc:2710: ProxyServer(ProxyServer::SCHEME_HTTPS, host_port_pair()))) { On 2016/02/02 19:34:32, tbansal1 wrote: > ...
4 years, 10 months ago (2016-02-02 19:50:45 UTC) #67
tbansal1
https://codereview.chromium.org/1547273003/diff/530001/net/spdy/spdy_session.cc File net/spdy/spdy_session.cc (right): https://codereview.chromium.org/1547273003/diff/530001/net/spdy/spdy_session.cc#newcode2710 net/spdy/spdy_session.cc:2710: ProxyServer(ProxyServer::SCHEME_HTTPS, host_port_pair()))) { On 2016/02/02 19:50:45, mmenke wrote: > ...
4 years, 10 months ago (2016-02-02 20:02:00 UTC) #68
Bence
net/spdy LGTM. https://codereview.chromium.org/1547273003/diff/570001/net/spdy/spdy_session.h File net/spdy/spdy_session.h (right): https://codereview.chromium.org/1547273003/diff/570001/net/spdy/spdy_session.h#newcode1193 net/spdy/spdy_session.h:1193: // those of their associated streams. May ...
4 years, 10 months ago (2016-02-03 00:40:04 UTC) #69
tbansal1
mmenke: ptal. Thanks. https://codereview.chromium.org/1547273003/diff/570001/net/spdy/spdy_session.h File net/spdy/spdy_session.h (right): https://codereview.chromium.org/1547273003/diff/570001/net/spdy/spdy_session.h#newcode1193 net/spdy/spdy_session.h:1193: // those of their associated streams. ...
4 years, 10 months ago (2016-02-03 01:22:49 UTC) #70
tbansal1
zea: ptal at jingle/glue/proxy_resolving_client_socket.cc pkasting: ptal at chrome/browser/ui/startup/bad_flags_prompt.cc Thanks!
4 years, 10 months ago (2016-02-03 01:23:52 UTC) #72
Bence
Please remove kTrustedSpdyProxy from chrome/common/chrome_switches.h as well. Please remove the comment referring to the --trusted-spdy-proxy ...
4 years, 10 months ago (2016-02-03 01:42:28 UTC) #73
Peter Kasting
LGTM https://codereview.chromium.org/1547273003/diff/590001/chrome/browser/ui/startup/bad_flags_prompt.cc File chrome/browser/ui/startup/bad_flags_prompt.cc (left): https://codereview.chromium.org/1547273003/diff/590001/chrome/browser/ui/startup/bad_flags_prompt.cc#oldcode56 chrome/browser/ui/startup/bad_flags_prompt.cc:56: // These flags disable or undermine the Same ...
4 years, 10 months ago (2016-02-03 01:45:37 UTC) #74
tbansal1
On 2016/02/03 01:42:28, Bence wrote: > Please remove kTrustedSpdyProxy from chrome/common/chrome_switches.h as well. Done. Thanks ...
4 years, 10 months ago (2016-02-03 01:55:12 UTC) #75
tbansal1
https://codereview.chromium.org/1547273003/diff/590001/chrome/browser/ui/startup/bad_flags_prompt.cc File chrome/browser/ui/startup/bad_flags_prompt.cc (left): https://codereview.chromium.org/1547273003/diff/590001/chrome/browser/ui/startup/bad_flags_prompt.cc#oldcode56 chrome/browser/ui/startup/bad_flags_prompt.cc:56: // These flags disable or undermine the Same Origin ...
4 years, 10 months ago (2016-02-03 01:55:33 UTC) #76
Bence
On 2016/02/03 01:55:12, tbansal1 wrote: > On 2016/02/03 01:42:28, Bence wrote: > > Please remove ...
4 years, 10 months ago (2016-02-03 01:58:32 UTC) #77
Nicolas Zea
jingle LGTM
4 years, 10 months ago (2016-02-03 02:48:27 UTC) #78
mmenke
Sorry, forgot about this CL. Just one comment. Otherwise, LGTM (Didn't look at net/spdy, but ...
4 years, 10 months ago (2016-02-03 22:43:04 UTC) #79
tbansal1
https://codereview.chromium.org/1547273003/diff/610001/net/spdy/spdy_test_util_common.h File net/spdy/spdy_test_util_common.h (right): https://codereview.chromium.org/1547273003/diff/610001/net/spdy/spdy_test_util_common.h#newcode595 net/spdy/spdy_test_util_common.h:595: class TestProxyDelegate : public ProxyDelegate { On 2016/02/03 22:43:04, ...
4 years, 10 months ago (2016-02-04 00:36:52 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1547273003/670001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1547273003/670001
4 years, 10 months ago (2016-02-04 02:21:29 UTC) #84
commit-bot: I haz the power
Committed patchset #14 (id:670001)
4 years, 10 months ago (2016-02-04 02:56:24 UTC) #86
commit-bot: I haz the power
4 years, 10 months ago (2016-02-04 02:57:33 UTC) #88
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/28e68f81ac373c44d7aa9f12dc8fe91178a6040e
Cr-Commit-Position: refs/heads/master@{#373442}

Powered by Google App Engine
This is Rietveld 408576698