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

Unified Diff: content/common/frame_messages.h

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/child/web_url_loader_impl.cc ('k') | content/common/resource_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 45b4f8184e6f8f786820ce74ef75bb5a0be60f83..9c1c18430df8a792d6fc36e02197d540d8321edc 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -287,8 +287,7 @@ IPC_STRUCT_BEGIN(FrameHostMsg_BeginNavigation_Params)
// Additional HTTP request headers.
IPC_STRUCT_MEMBER(std::string, headers)
- // net::URLRequest load flags (net::LOAD_NORMAL | net::LOAD_ENABLE_LOAD_TIMING
- // by default).
+ // net::URLRequest load flags (net::LOAD_NORMAL) by default).
IPC_STRUCT_MEMBER(int, load_flags)
// Optional resource request body (may be null).
« no previous file with comments | « content/child/web_url_loader_impl.cc ('k') | content/common/resource_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698