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

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: Added TODO, test fixup. 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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index a28b7dd1cef41fc6246966aa08c9c016ff023708..9dfcf1e7d1190ebf10bcbcae7e482a33a2885543 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).

Powered by Google App Engine
This is Rietveld 408576698