| Index: webkit/tools/test_shell/test_webview_delegate.cc
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_webview_delegate.cc (revision 3991)
|
| +++ webkit/tools/test_shell/test_webview_delegate.cc (working copy)
|
| @@ -112,6 +112,7 @@
|
| }
|
|
|
| void TestWebViewDelegate::OpenURL(WebView* webview, const GURL& url,
|
| + const GURL& referrer,
|
| WindowOpenDisposition disposition) {
|
| DCHECK_NE(disposition, CURRENT_TAB); // No code for this
|
| if (disposition == SUPPRESS_OPEN)
|
|
|