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

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: bengr CR updates 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 571a1fc9a69c7e11d21285b7a95ea55a00bc0b8c..24b5935a81292cc50c2469439deb35b2fdef2f98 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -660,7 +660,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,
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | chrome/browser/resources/net_internals/bandwidth_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698