Index: chrome/browser/ui/browser.h |
=================================================================== |
--- chrome/browser/ui/browser.h (revision 75368) |
+++ chrome/browser/ui/browser.h (working copy) |
@@ -807,6 +807,7 @@ |
virtual void OnInstallApplication(TabContents* tab_contents, |
const WebApplicationInfo& app_info); |
virtual void ContentRestrictionsChanged(TabContents* source); |
+ virtual void WorkerCrashed(); |
// Overridden from TabContentsWrapperDelegate: |
virtual void URLStarredChanged(TabContentsWrapper* source, |