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

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

Issue 775773002: Add data reduction proxy debug info to net-internals#bandwidth (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 07347c516c17cf2924cfe0af97d3e81b0c7e7584..f1b92408642d24b30eb83ff416f573d9a65c4350 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -664,7 +664,7 @@ void ProfileImpl::DoFinalInit() {
// BrowserContextKeyedServices, including DataReductionProxyChromeSettings
event_store.reset(
new data_reduction_proxy::DataReductionProxyEventStore(
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO)));
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)));
// The configurator is used by DataReductionProxyChromeSettings and
// ProfileIOData. Ownership is passed to the latter via ProfileIOData::Handle,
// which is only destroyed after BrowserContextKeyedServices,

Powered by Google App Engine
This is Rietveld 408576698