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

Unified Diff: chrome/browser/io_thread.cc

Issue 298063006: Make SdchManager per-profile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/io_thread.cc
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
index 29a65ea48f601176a962665995c2e1a324cddbaa..63a3b01654e5f062a46661ec6e0b05f07e89f2d0 100644
--- a/chrome/browser/io_thread.cc
+++ b/chrome/browser/io_thread.cc
@@ -1036,7 +1036,8 @@ void IOThread::InitSystemRequestContextOnIOThread() {
ConstructSystemRequestContext(globals_, net_log_));
sdch_manager_->set_sdch_fetcher(
- new SdchDictionaryFetcher(system_url_request_context_getter_.get()));
+ new SdchDictionaryFetcher(
+ sdch_manager_, system_url_request_context_getter_.get()));
}
void IOThread::UpdateDnsClientEnabled() {

Powered by Google App Engine
This is Rietveld 408576698