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

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

Issue 293363016: [abort] [webkit test runner] Complete location change when a frame is detached. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/web_test_proxy.h
diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h
index 12b097f596413ed188aa4ca6797cb5c4bdc444b2..b38d62dbbe0b9492c9763fa528f3816abc14dead 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.h
+++ b/content/shell/renderer/test_runner/web_test_proxy.h
@@ -189,6 +189,7 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
void DidChangeLocationWithinPage(blink::WebLocalFrame*);
void DidDetectXSS(blink::WebLocalFrame*, const blink::WebURL& insecureURL,
bool didBlockEntirePage);
+ void FrameDetached(blink::WebFrame*);
void DidDispatchPingLoader(blink::WebLocalFrame*, const blink::WebURL&);
void WillRequestResource(blink::WebLocalFrame*,
const blink::WebCachedURLRequest&);
« no previous file with comments | « content/shell/renderer/test_runner/web_frame_test_proxy.h ('k') | content/shell/renderer/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698