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

Unified Diff: content/browser/tab_contents/tab_contents.h

Issue 10014013: Add a hang monitor for Pepper plugins (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix leak Created 8 years, 8 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/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

Powered by Google App Engine
This is Rietveld 408576698