Index: content/shell/renderer/test_runner/WebTestProxy.h |
diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h |
index 0aa4f7fca167554d1a7162aada887495cfdb77a2..5739b39bbfbe26fb4f804198a29bf8053ce7eed8 100644 |
--- a/content/shell/renderer/test_runner/WebTestProxy.h |
+++ b/content/shell/renderer/test_runner/WebTestProxy.h |
@@ -167,6 +167,7 @@ protected: |
bool runModalPromptDialog(blink::WebFrame*, const blink::WebString& message, const blink::WebString& defaultValue, blink::WebString* actualValue); |
bool runModalBeforeUnloadDialog(blink::WebFrame*, const blink::WebString&); |
+ void loadURLExternally(blink::WebFrame* frame, const blink::WebURLRequest& request, blink::WebNavigationPolicy policy, const blink::WebString& suggested_name); |
void didStartProvisionalLoad(blink::WebFrame*); |
void didReceiveServerRedirectForProvisionalLoad(blink::WebFrame*); |
bool didFailProvisionalLoad(blink::WebFrame*, const blink::WebURLError&); |