Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2267)

Unified Diff: content/shell/renderer/test_runner/WebTestProxy.h

Issue 200663002: Add 'waitUntilExternalURLLoad' method to TestRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OVERRIDE to overrides. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698