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

Unified Diff: content/renderer/render_view_impl.h

Issue 11820009: Distinguish plugin disconnections from plugin crashes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add more comments about the possibility that the ID has been reused. 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 1079af746e056380e6f96ce2fa6eb51a69d400b0..fec9ff806a12811044c731c58a46be56abdd5916 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -13,6 +13,7 @@
#include "base/memory/linked_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
+#include "base/process.h"
#include "base/timer.h"
#include "base/values.h"
#include "build/build_config.h"
@@ -298,7 +299,7 @@ class CONTENT_EXPORT RenderViewImpl
// (See also WebPluginPageDelegate implementation.)
// Notification that the given plugin has crashed.
- void PluginCrashed(const FilePath& plugin_path);
+ void PluginCrashed(const FilePath& plugin_path, base::ProcessId plugin_pid);
// Creates a fullscreen container for a pepper plugin instance.
RenderWidgetFullscreenPepper* CreatePepperFullscreenContainer(

Powered by Google App Engine
This is Rietveld 408576698