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

Issue 2140733002: Remove HttpStreamFactory::spdy_enabled_ static member and accessors. (Closed)

Created:
4 years, 5 months ago by Bence
Modified:
4 years, 5 months ago
Reviewers:
mef, pastarmovj
CC:
chromium-reviews, cbentzel+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove HttpStreamFactory::spdy_enabled_ static member and accessors. Also remove PolicyTest.DisableSpdy and SpdyNetworkTransactionTest.SpdyOnOffToggle tests. Also mark DisableSpdy policy deprecated. This should mean no functional change, because DisableSpdy only acts on the SPDY/3.1 protocol (since https://crrev.com/2150773003), which is disabled entirely anyway (since https://crrev.com/2115213002). BUG=624095 Committed: https://crrev.com/927c496c6cea4ed5f1c96ed14abdea9961749928 Cr-Commit-Position: refs/heads/master@{#406848}

Patch Set 1 #

Patch Set 2 : Resolve merge conflict. #

Patch Set 3 : Fix ChromeOS compile error. #

Patch Set 4 : Remove DisableSpdy from policy_templates.json. #

Patch Set 5 : Rebase; mess more with json files. #

Patch Set 6 : Drop half of this CL. #

Total comments: 8

Patch Set 7 : Rebase. #

Patch Set 8 : Rebase. #

Total comments: 2

Patch Set 9 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -170 lines) Patch
D chrome/browser/net/net_pref_observer.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
D chrome/browser/net/net_pref_observer.cc View 1 2 3 4 5 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -20 lines 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M components/policy/resources/policy_templates.json View 1 2 3 4 5 6 1 chunk +4 lines, -1 line 0 comments Download
M net/http/http_network_session.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -11 lines 0 comments Download
M net/http/http_stream_factory.h View 1 chunk +0 lines, -15 lines 0 comments Download
M net/http/http_stream_factory.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M net/http/http_stream_factory_impl_job.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M net/http/http_stream_factory_impl_job_controller.cc View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +6 lines, -79 lines 0 comments Download
M net/test/net_test_suite.cc View 2 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 36 (21 generated)
Bence
mef: PTAL at chrome/browser/net/ and at net/
4 years, 5 months ago (2016-07-12 21:00:01 UTC) #4
Bence
pastarmovj: PTAL at chrome/browser/policy/ and components/policy/ Thank you. This CL will be followed by another ...
4 years, 5 months ago (2016-07-12 21:02:07 UTC) #5
pastarmovj
policy lgtm
4 years, 5 months ago (2016-07-13 13:24:31 UTC) #6
mef
I apologize for not being familiar with this, but it seems that in some places ...
4 years, 5 months ago (2016-07-13 18:26:33 UTC) #7
Bence
mef: PTAL. Thank you for catching the bug about disabling/not disabling HTTP/2. We addressed it ...
4 years, 5 months ago (2016-07-15 20:35:33 UTC) #13
Bence
mef: ping.
4 years, 5 months ago (2016-07-19 19:11:56 UTC) #18
mef
lgtm https://codereview.chromium.org/2140733002/diff/140001/chrome/browser/net/net_pref_observer.cc File chrome/browser/net/net_pref_observer.cc (right): https://codereview.chromium.org/2140733002/diff/140001/chrome/browser/net/net_pref_observer.cc#newcode33 chrome/browser/net/net_pref_observer.cc:33: registry->RegisterBooleanPref(prefs::kDisableSpdy, false); maybe add a comment why it ...
4 years, 5 months ago (2016-07-20 20:15:38 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2140733002/140001
4 years, 5 months ago (2016-07-21 00:38:35 UTC) #22
Bence
Thank you both. https://codereview.chromium.org/2140733002/diff/140001/chrome/browser/net/net_pref_observer.cc File chrome/browser/net/net_pref_observer.cc (right): https://codereview.chromium.org/2140733002/diff/140001/chrome/browser/net/net_pref_observer.cc#newcode33 chrome/browser/net/net_pref_observer.cc:33: registry->RegisterBooleanPref(prefs::kDisableSpdy, false); On 2016/07/20 20:15:38, mef ...
4 years, 5 months ago (2016-07-21 00:39:10 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/38907) ios-device-gn on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 5 months ago (2016-07-21 00:40:37 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2140733002/160001
4 years, 5 months ago (2016-07-21 12:07:24 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/107997)
4 years, 5 months ago (2016-07-21 13:12:34 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2140733002/160001
4 years, 5 months ago (2016-07-21 14:04:14 UTC) #32
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-07-21 14:46:15 UTC) #34
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 14:48:13 UTC) #36
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/927c496c6cea4ed5f1c96ed14abdea9961749928
Cr-Commit-Position: refs/heads/master@{#406848}

Powered by Google App Engine
This is Rietveld 408576698