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

Unified Diff: webkit/plugins/ppapi/plugin_delegate.h

Issue 11820009: Distinguish plugin disconnections from plugin crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 11 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/shell/webkit_test_controller.cc ('k') | webkit/plugins/ppapi/plugin_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/plugin_delegate.h
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
index 665c8028f20eaf84314c02f243c2e9b79ab1e060..6559f6841430882e387ceb47a26db5f0e6e9737b 100644
--- a/webkit/plugins/ppapi/plugin_delegate.h
+++ b/webkit/plugins/ppapi/plugin_delegate.h
@@ -12,6 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/message_loop_proxy.h"
#include "base/platform_file.h"
+#include "base/process.h"
#include "base/shared_memory.h"
#include "base/sync_socket.h"
#include "base/time.h"
@@ -154,6 +155,8 @@ class PluginDelegate {
// regular instance shutdown so the out-of-process code can clean up its
// tracking information.
virtual void RemoveInstance(PP_Instance instance) = 0;
+
+ virtual base::ProcessId GetPeerProcessId() = 0;
};
// Represents an image. This is to allow the browser layer to supply a correct
« no previous file with comments | « content/shell/webkit_test_controller.cc ('k') | webkit/plugins/ppapi/plugin_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698