| Index: content/shell/browser/shell_devtools_frontend.h
|
| diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h
|
| index 381ff22a126ce659ec47d91cef77fa112380b952..0c7f259cfefd1b940320229b26d0c62729324364 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;
|
|
|
|
|