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

Unified Diff: content/browser/gpu_process_host_ui_shim.cc

Issue 6901146: Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. This allows us to remov... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/renderer_host/browser_render_process_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu_process_host_ui_shim.cc
===================================================================
--- content/browser/gpu_process_host_ui_shim.cc (revision 83679)
+++ content/browser/gpu_process_host_ui_shim.cc (working copy)
@@ -8,7 +8,6 @@
#include "base/id_map.h"
#include "base/process_util.h"
#include "chrome/browser/browser_process.h"
-#include "chrome/browser/io_thread.h"
#include "content/browser/browser_thread.h"
#include "content/browser/gpu_data_manager.h"
#include "content/browser/gpu_process_host.h"
@@ -117,7 +116,7 @@
gpu_channel_manager_ = new GpuChannelManager(
ui_thread_sender_,
NULL,
- g_browser_process->io_thread()->message_loop(),
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
g_browser_process->shutdown_event());
}
}
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/renderer_host/browser_render_process_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698