| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index f4e88862f6281a98e51116b528904c2613703dce..af2348f7e902ece83e69a7ecaf0392ae0a98ed13 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -147,6 +147,11 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| virtual void DocumentAvailableInMainFrame() OVERRIDE;
|
| virtual void DidStopLoading(
|
| content::RenderViewHost* render_view_host) OVERRIDE;
|
| + virtual void OnMessageAddedToConsole(const base::string16& source,
|
| + const base::string16& message,
|
| + const base::string16& stack_trace,
|
| + int32 line_number,
|
| + logging::LogSeverity level) OVERRIDE;
|
|
|
| // content::WebContentsDelegate
|
| virtual content::WebContents* OpenURLFromTab(
|
|
|