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

Unified Diff: content/test/test_render_frame_host.cc

Issue 451623002: Getting rid of net::LOAD_ENABLE_LOAD_TIMING (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed content/browser/loader/resource_scheduler_unittest.cc. Created 6 years, 4 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 | « content/common/resource_messages.h ('k') | net/base/load_flags_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_frame_host.cc
diff --git a/content/test/test_render_frame_host.cc b/content/test/test_render_frame_host.cc
index f5c656ff1e1ef97461ec7fb75e63e9e6b412ddc5..5fedaf86147340dd2425b74a6bb236d23c9491e8 100644
--- a/content/test/test_render_frame_host.cc
+++ b/content/test/test_render_frame_host.cc
@@ -165,7 +165,7 @@ void TestRenderFrameHost::SendBeginNavigationWithURL(const GURL& url) {
params.method = "GET";
params.url = url;
params.referrer_policy = blink::WebReferrerPolicyDefault;
- params.load_flags = net::LOAD_NORMAL | net::LOAD_ENABLE_LOAD_TIMING;
+ params.load_flags = net::LOAD_NORMAL;
params.has_user_gesture = false;
params.transition_type = PAGE_TRANSITION_LINK;
params.should_replace_current_entry = false;
« no previous file with comments | « content/common/resource_messages.h ('k') | net/base/load_flags_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698