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

Unified Diff: build/common.gypi

Issue 266033002: Collect data reduction proxy UMA on all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Workaround for base::Time::Explode bug in Windows Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c7854b7c0c69f4338e05107f353a1fc9f975f38d..4c7d4b1ec651b432388d41770f8ae890d6e6f7c3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -538,9 +538,9 @@
# Platform sends memory pressure signals natively.
'native_memory_pressure_signals%': 0,
- 'data_reduction_fallback_host%' : '',
+ 'data_reduction_fallback_host%' : 'http://compress.googlezip.net:80/',
'data_reduction_dev_host%' : '',
- 'spdy_proxy_auth_origin%' : '',
+ 'spdy_proxy_auth_origin%' : 'https://proxy.googlezip.net:443/',
'spdy_proxy_auth_property%' : '',
'spdy_proxy_auth_value%' : '',
'data_reduction_proxy_probe_url%' : '',

Powered by Google App Engine
This is Rietveld 408576698