| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.cc (revision 196206)
|
| +++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
|
| @@ -557,9 +557,9 @@
|
| }
|
|
|
| WebNavigationPolicy TestWebViewDelegate::decidePolicyForNavigation(
|
| - WebFrame* frame, WebDataSource* dataSource, const WebURLRequest& request,
|
| - WebNavigationType type, WebNavigationPolicy default_policy,
|
| - bool is_redirect) {
|
| + WebFrame* frame, WebDataSource::ExtraData* extraData,
|
| + const WebURLRequest& request, WebNavigationType type,
|
| + WebNavigationPolicy default_policy, bool is_redirect) {
|
| WebNavigationPolicy result;
|
| if (policy_delegate_enabled_) {
|
| printf("Policy delegate: attempt to load %s with navigation type '%s'\n",
|
|
|