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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.cc

Issue 279633003: Use non-static set_key interface on DataReductionProxySettings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/profiles/profile_impl_io_data.cc
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
index 5163819b39c3c4d6327bf7478ba01628ef51c59c..4699941c02f9818aa9e28ccb47461ef778ebfddd 100644
--- a/chrome/browser/profiles/profile_impl_io_data.cc
+++ b/chrome/browser/profiles/profile_impl_io_data.cc
@@ -462,8 +462,11 @@ void ProfileImplIOData::InitializeInternal(
main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path);
#if defined(OS_ANDROID) || defined(OS_IOS)
+#if defined(SPDY_PROXY_AUTH_VALUE)
mmenke 2014/05/09 15:27:08 Is this double #if really needed?
bengr 2014/05/09 15:47:28 Done.
piman 2014/05/12 19:19:24 Actually... it is. clank/supplemental.gypi which m
mmenke 2014/05/12 19:21:58 I think it would make more sense to make it not de
data_reduction_proxy::DataReductionProxySettings::
- InitDataReductionProxySession(main_cache->GetSession());
+ InitDataReductionProxySession(main_cache->GetSession(),
+ SPDY_PROXY_AUTH_VALUE);
+#endif
#endif
if (chrome_browser_net::ShouldUseInMemoryCookiesAndCache()) {

Powered by Google App Engine
This is Rietveld 408576698