| Index: webkit/tools/test_shell/webview_host.h
|
| diff --git a/webkit/tools/test_shell/webview_host.h b/webkit/tools/test_shell/webview_host.h
|
| old mode 100644
|
| new mode 100755
|
| index 2f09dec565f002b68442424f4d2e92fd75ab3624..2fc545f58c291fde6548432f059ac65ce3c79198
|
| --- a/webkit/tools/test_shell/webview_host.h
|
| +++ b/webkit/tools/test_shell/webview_host.h
|
| @@ -20,6 +20,7 @@ struct WebPreferences;
|
| class TestWebViewDelegate;
|
|
|
| namespace WebKit {
|
| +class WebDevToolsAgentClient;
|
| class WebView;
|
| }
|
|
|
| @@ -31,6 +32,7 @@ class WebViewHost : public WebWidgetHost {
|
| // MoveWindow (or equivalent) function.
|
| static WebViewHost* Create(gfx::NativeView parent_view,
|
| TestWebViewDelegate* delegate,
|
| + WebKit::WebDevToolsAgentClient* devtoolsClient,
|
| const WebPreferences& prefs);
|
|
|
| WebKit::WebView* webview() const;
|
|
|