Index: content/browser/tab_contents/tab_contents_delegate.h |
=================================================================== |
--- content/browser/tab_contents/tab_contents_delegate.h (revision 0) |
+++ content/browser/tab_contents/tab_contents_delegate.h (working copy) |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ |
-#define CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ |
+#ifndef CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ |
+#define CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ |
#pragma once |
#include <string> |
@@ -11,10 +11,10 @@ |
#include "base/basictypes.h" |
#include "chrome/browser/automation/automation_resource_routing_delegate.h" |
-#include "chrome/browser/tab_contents/navigation_entry.h" |
#include "chrome/common/content_settings_types.h" |
#include "chrome/common/navigation_types.h" |
#include "chrome/common/page_transition_types.h" |
+#include "content/browser/tab_contents/navigation_entry.h" |
#include "ui/gfx/native_widget_types.h" |
#include "webkit/glue/window_open_disposition.h" |
@@ -321,8 +321,11 @@ |
// Returns true if the hung renderer dialog should be shown. Default is true. |
virtual bool ShouldShowHungRendererDialog(); |
+ // Notification that a worker associated with this tab has crashed. |
+ virtual void WorkerCrashed(); |
+ |
protected: |
virtual ~TabContentsDelegate(); |
}; |
-#endif // CHROME_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ |
+#endif // CONTENT_BROWSER_TAB_CONTENTS_TAB_CONTENTS_DELEGATE_H_ |