summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authortapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-08 06:05:33 +0000
committertapted@chromium.org <tapted@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-08 06:05:33 +0000
commit9be0a7f2e0b3fd2e257bf8f78ac9ee498e65822f (patch)
treef8c964702f92045517afe9049a57db6bdfe0f431 /build
parent2730a081758c8322c003a445bc243d8845caef8c (diff)
downloadchromium_src-9be0a7f2e0b3fd2e257bf8f78ac9ee498e65822f.zip
chromium_src-9be0a7f2e0b3fd2e257bf8f78ac9ee498e65822f.tar.gz
chromium_src-9be0a7f2e0b3fd2e257bf8f78ac9ee498e65822f.tar.bz2
Revert of Collect data reduction proxy UMA on all platforms (https://codereview.chromium.org/266033002/)
Reason for revert: Causes a sizes regression, starting in http://build.chromium.org/p/chromium/builders/Linux%20x64/builds/64712 +# data_reduction_proxy_settings.cc data_reduction_proxy::DataReductionProxySettings::key_ +# data_reduction_proxy_settings.cc __cxa_atexit@plt [registers a dtor to run at exit] +# data_reduction_proxy_settings.cc __init_array_end+0x3868 +# data_reduction_proxy_settings.cc __init_array_end+0x3b88 +# data_reduction_proxy_settings.cc __init_array_end+0x530 Original issue's description: > Collect data reduction proxy UMA on all platforms > > UMA for the data reduction proxy was gated behind preprocessor > directives that resticted the logic to Android and iOS. This > change opens UMA calculations and collection up to all platforms. > > BUG=369619 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269026 TBR=mef@chromium.org,marq@chromium.org,bengr@chromium.org NOTREECHECKS=true NOTRY=true BUG=369619 Review URL: https://codereview.chromium.org/274453011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269041 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 226f9da..def3eaf 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -545,9 +545,9 @@
# Platform sends memory pressure signals natively.
'native_memory_pressure_signals%': 0,
- 'data_reduction_fallback_host%' : 'http://compress.googlezip.net:80/',
+ 'data_reduction_fallback_host%' : '',
'data_reduction_dev_host%' : '',
- 'spdy_proxy_auth_origin%' : 'https://proxy.googlezip.net:443/',
+ 'spdy_proxy_auth_origin%' : '',
'spdy_proxy_auth_property%' : '',
'spdy_proxy_auth_value%' : '',
'data_reduction_proxy_probe_url%' : '',