diff options
Diffstat (limited to 'android_webview/native/aw_dev_tools_server.cc')
-rw-r--r-- | android_webview/native/aw_dev_tools_server.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android_webview/native/aw_dev_tools_server.cc b/android_webview/native/aw_dev_tools_server.cc index dd9879d..285608f 100644 --- a/android_webview/native/aw_dev_tools_server.cc +++ b/android_webview/native/aw_dev_tools_server.cc @@ -97,7 +97,8 @@ class AwDevToolsServerDelegate : public content::DevToolsHttpHandlerDelegate { return ""; } - virtual scoped_ptr<content::DevToolsTarget> CreateNewTarget() OVERRIDE { + virtual scoped_ptr<content::DevToolsTarget> CreateNewTarget( + const GURL&) OVERRIDE { return scoped_ptr<content::DevToolsTarget>(); } |