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

Unified Diff: chrome/ppapi_plugin/ppapi_thread.cc

Issue 6493004: Implement basic crash detection and shutdown handling for out of process PPAP... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « chrome/ppapi_plugin/plugin_process_dispatcher.cc ('k') | ppapi/c/private/ppb_proxy_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/ppapi_plugin/ppapi_thread.cc
===================================================================
--- chrome/ppapi_plugin/ppapi_thread.cc (revision 74766)
+++ chrome/ppapi_plugin/ppapi_thread.cc (working copy)
@@ -9,11 +9,11 @@
#include "base/process_util.h"
#include "base/rand_util.h"
#include "chrome/common/child_process.h"
+#include "chrome/ppapi_plugin/plugin_process_dispatcher.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_sync_channel.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppp.h"
-#include "ppapi/proxy/plugin_dispatcher.h"
#include "ppapi/proxy/ppapi_messages.h"
PpapiThread::PpapiThread()
@@ -97,7 +97,7 @@
bool PpapiThread::SetupRendererChannel(base::ProcessHandle host_process_handle,
int renderer_id,
IPC::ChannelHandle* handle) {
- pp::proxy::PluginDispatcher* dispatcher = new pp::proxy::PluginDispatcher(
+ PluginProcessDispatcher* dispatcher = new PluginProcessDispatcher(
host_process_handle, get_plugin_interface_);
IPC::ChannelHandle plugin_handle;
« no previous file with comments | « chrome/ppapi_plugin/plugin_process_dispatcher.cc ('k') | ppapi/c/private/ppb_proxy_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698