Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 90c6fc5f11430ffe9640bf57a041a12913152d02..680ddd0e3567f9dc1d9fdf4ce1ff794f92dace85 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -1086,6 +1086,10 @@ class Browser : public TabHandlerDelegate, |
virtual void CrashedPlugin(content::WebContents* tab, |
const FilePath& plugin_path) OVERRIDE; |
+ virtual void PluginHungStatusChanged(content::WebContents* tab, |
+ int plugin_child_id, |
+ const FilePath& plugin_path, |
+ bool is_hung) OVERRIDE; |
virtual void RequestToLockMouse(content::WebContents* tab) OVERRIDE; |
virtual void LostMouseLock() OVERRIDE; |