| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 8ad8a8baa898fafff39b15967074c94e9668945c..6ed2a2b06b3c636d19cce080b1044f06f058094d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -826,6 +826,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| const std::string& name,
|
| const base::ListValue& args);
|
| #if defined(ENABLE_PLUGINS)
|
| + void OnPepperInstanceCreated();
|
| + void OnPepperInstanceDeleted();
|
| void OnPepperPluginHung(int plugin_child_id,
|
| const base::FilePath& path,
|
| bool is_hung);
|
|
|