| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 54b9e866f2d37ee9fbd336f48bf312d813b48235..e6e39114949212f216b72c1b68c94b1956ba77ee 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -1085,6 +1085,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;
|
|
|