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

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

Issue 317413002: Dump request content after RenderFrameImpl::willSendRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/web_frame_test_proxy.h
diff --git a/content/shell/renderer/test_runner/web_frame_test_proxy.h b/content/shell/renderer/test_runner/web_frame_test_proxy.h
index 41418f044b064242d363f35994358fb169b16a0f..ff09931fe5a955fac2b03df9e5f80287bf93eee1 100644
--- a/content/shell/renderer/test_runner/web_frame_test_proxy.h
+++ b/content/shell/renderer/test_runner/web_frame_test_proxy.h
@@ -203,8 +203,8 @@ class WebFrameTestProxy : public Base {
virtual void willSendRequest(blink::WebLocalFrame* frame, unsigned identifier,
blink::WebURLRequest& request,
const blink::WebURLResponse& redirectResponse) {
- base_proxy_->WillSendRequest(frame, identifier, request, redirectResponse);
Base::willSendRequest(frame, identifier, request, redirectResponse);
+ base_proxy_->WillSendRequest(frame, identifier, request, redirectResponse);
}
virtual void didReceiveResponse(blink::WebLocalFrame* frame,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698