| 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(
|
|
|