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

Issue 105833010: Added Dev host for data reduction proxy controlled by Finch experiment. (Closed)

Created:
7 years ago by bolian
Modified:
6 years, 11 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Added Dev host for data reduction proxy controlled by Finch experiment. This is only for Android. We don't need it for iOS at this point. BUG=325345 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244669

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : comments from bengr #

Total comments: 1

Patch Set 5 : sync to head. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -1 line) Patch
M build/common.gypi View 1 2 3 4 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M net/proxy/proxy_server.cc View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
bolian
This is the chromium part of the change.
7 years ago (2013-12-19 02:45:02 UTC) #1
bolian
7 years ago (2013-12-19 21:22:25 UTC) #2
eroman
https://codereview.chromium.org/105833010/diff/40001/net/proxy/proxy_server.cc File net/proxy/proxy_server.cc (right): https://codereview.chromium.org/105833010/diff/40001/net/proxy/proxy_server.cc#newcode217 net/proxy/proxy_server.cc:217: HostPortPair::FromURL(GURL(DATA_REDUCTION_DEV_HOST))); what is the difference between these two defines? ...
7 years ago (2013-12-19 22:35:51 UTC) #3
bolian
https://codereview.chromium.org/105833010/diff/40001/net/proxy/proxy_server.cc File net/proxy/proxy_server.cc (right): https://codereview.chromium.org/105833010/diff/40001/net/proxy/proxy_server.cc#newcode217 net/proxy/proxy_server.cc:217: HostPortPair::FromURL(GURL(DATA_REDUCTION_DEV_HOST))); We have some bad naming due to some ...
7 years ago (2013-12-19 22:41:33 UTC) #4
bengr
lgtm https://codereview.chromium.org/105833010/diff/40001/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc File chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/105833010/diff/40001/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc#newcode267 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc:267: kEnabled) Add curly braces.
7 years ago (2013-12-19 23:11:15 UTC) #5
bolian
https://codereview.chromium.org/105833010/diff/40001/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc File chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc (right): https://codereview.chromium.org/105833010/diff/40001/chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc#newcode267 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc:267: kEnabled) On 2013/12/19 23:11:15, bengr1 wrote: > Add curly ...
7 years ago (2013-12-19 23:35:26 UTC) #6
marq (ping after 24h)
https://codereview.chromium.org/105833010/diff/60001/chrome/common/chrome_switches.h File chrome/common/chrome_switches.h (right): https://codereview.chromium.org/105833010/diff/60001/chrome/common/chrome_switches.h#newcode371 chrome/common/chrome_switches.h:371: extern const char kSpdyProxyDevAuthOrigin[]; Can we not keep using ...
7 years ago (2013-12-19 23:43:34 UTC) #7
bengr
On 2013/12/19 23:43:34, marq_ wrote: > https://codereview.chromium.org/105833010/diff/60001/chrome/common/chrome_switches.h > File chrome/common/chrome_switches.h (right): > > https://codereview.chromium.org/105833010/diff/60001/chrome/common/chrome_switches.h#newcode371 > ...
7 years ago (2013-12-20 16:52:58 UTC) #8
bolian
ping. eroman@, could you take a look when get a chance? thanks :)
6 years, 11 months ago (2013-12-30 23:28:16 UTC) #9
eroman
The way this configuration is plumbed through and the particular names of the command line ...
6 years, 11 months ago (2014-01-07 18:31:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bolian@chromium.org/105833010/60001
6 years, 11 months ago (2014-01-13 19:48:14 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/common/chrome_switches.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-13 19:48:27 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bolian@chromium.org/105833010/130001
6 years, 11 months ago (2014-01-13 23:15:00 UTC) #13
commit-bot: I haz the power
6 years, 11 months ago (2014-01-14 11:17:37 UTC) #14
Message was sent while issue was closed.
Change committed as 244669

Powered by Google App Engine
This is Rietveld 408576698