| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index fe97ef2ad5460dc7bef423996d0f3b4b575c9aff..43f44f00eb41f2176c609db4b4d2f87a69ca1f40 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -17,6 +17,7 @@
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/web_contents_delegate.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| +#include "extensions/common/stack_frame.h"
|
| #include "extensions/common/view_type.h"
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
| @@ -221,6 +222,11 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| void OnEventAck();
|
| void OnIncrementLazyKeepaliveCount();
|
| void OnDecrementLazyKeepaliveCount();
|
| + void OnDetailedConsoleMessageAdded(
|
| + const base::string16& message,
|
| + const base::string16& source,
|
| + const StackTrace& stack_trace,
|
| + int32 severity_level);
|
|
|
| // Handles keyboard events that were not handled by HandleKeyboardEvent().
|
| // Platform specific implementation may override this method to handle the
|
|
|