| 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 1c0287b56582e864851b7c24f7fb8f60fa8592e4..d37dc4449b094441ab6f96e3c3e381446100ed0a 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -461,6 +461,9 @@ class CONTENT_EXPORT WebContentsImpl
|
| void OnEndColorChooser(int color_chooser_id);
|
| void OnSetSelectedColorInColorChooser(int color_chooser_id,
|
| const SkColor& color);
|
| + void OnPepperPluginHung(int plugin_child_id,
|
| + const FilePath& path,
|
| + bool is_hung);
|
|
|
| // Changes the IsLoading state and notifies delegate as needed
|
| // |details| is used to provide details on the load that just finished
|
|
|