Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 583a1ac81f506efa77de834dbfb03d61cd5a0687..15a93199d51f900cd9d66b346457ceceba47336d 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -212,7 +212,9 @@ IPC_STRUCT_BEGIN(FrameMsg_Navigate_Params) |
| // Type of navigation. |
| IPC_STRUCT_MEMBER(FrameMsg_Navigate_Type::Value, navigation_type) |
| - // The time the request was created |
| + // The time the request was created. This is used by the old performance |
| + // infrastructure to set up DocumentState associated with the RenderView. |
| + // TODO(ppi): make it go away. |
| IPC_STRUCT_MEMBER(base::Time, request_time) |
| // Extra headers (separated by \n) to send during the request. |
| @@ -245,7 +247,7 @@ IPC_STRUCT_BEGIN(FrameMsg_Navigate_Params) |
| // If not empty, which frame to navigate. |
| IPC_STRUCT_MEMBER(std::string, frame_to_navigate) |
| - // The navigationStart time to expose to JS for this navigation. |
| + // The navigationStart time to expose through the Navigation Timing to JS. |
|
nasko
2014/06/27 23:10:54
nit: Navigation Timing API
ppi
2014/07/01 18:40:13
Done.
|
| IPC_STRUCT_MEMBER(base::TimeTicks, browser_navigation_start) |
| IPC_STRUCT_END() |