Chromium Code Reviews| Index: content/child/request_info.h |
| diff --git a/content/child/request_info.h b/content/child/request_info.h |
| index f1bfa9791523a6a2d04c6c72dc08298314c689e8..bf625ec414b101f9e4fe10af8d40077a9ff125ce 100644 |
| --- a/content/child/request_info.h |
| +++ b/content/child/request_info.h |
| @@ -75,6 +75,10 @@ struct CONTENT_EXPORT RequestInfo { |
| // True if the request was user initiated. |
| bool has_user_gesture; |
| + // TODO Investigate if enable_load_timing is safe to remove. |
|
mmenke
2014/08/08 15:09:54
nit: Format is TODO(name): ...
Feel free to use
|
| + // True if timing data should be collected for the request. |
| + bool enable_load_timing; |
| + |
| // Extra data associated with this request. We do not own this pointer. |
| blink::WebURLRequest::ExtraData* extra_data; |