diff options
Diffstat (limited to 'content/shell/browser/shell_devtools_frontend.h')
-rw-r--r-- | content/shell/browser/shell_devtools_frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h index 381ff22..0c7f259 100644 --- a/content/shell/browser/shell_devtools_frontend.h +++ b/content/shell/browser/shell_devtools_frontend.h @@ -50,7 +50,7 @@ class ShellDevToolsFrontend : public WebContentsObserver, // content::DevToolsFrontendHost::Delegate implementation. virtual void HandleMessageFromDevToolsFrontend( - const std::string& message) OVERRIDE {} + const std::string& message) OVERRIDE; virtual void HandleMessageFromDevToolsFrontendToBackend( const std::string& message) OVERRIDE; |