Index: content/browser/tab_contents/tab_contents.h |
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h |
index 7110bf763510182da1f70bca681e6400b06591e3..ed835140485459fd9e2af85972f1f32b00690bdc 100644 |
--- a/content/browser/tab_contents/tab_contents.h |
+++ b/content/browser/tab_contents/tab_contents.h |
@@ -461,6 +461,9 @@ class CONTENT_EXPORT TabContents |
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 |