| 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).
|
|
|