Chromium Code Reviews| Index: mojo/services/network/public/interfaces/url_loader.mojom |
| diff --git a/mojo/services/network/public/interfaces/url_loader.mojom b/mojo/services/network/public/interfaces/url_loader.mojom |
| index f9601099fd71a6cd9cf1c71073402fb3db6315d5..582a2c80912f28b7e666ac1638b5f91eeb14f70a 100644 |
| --- a/mojo/services/network/public/interfaces/url_loader.mojom |
| +++ b/mojo/services/network/public/interfaces/url_loader.mojom |
| @@ -35,6 +35,10 @@ struct URLRequest { |
| // servers to also not satisfy the request from their cache. This has the |
| // effect of forcing a full end-to-end fetch. |
| bool bypass_cache = false; |
| + |
| + // The time when this request is originated. 0 indicates that it is not |
|
sky
2015/10/14 22:46:24
'is originated' -> originated
yzshen1
2015/10/14 22:59:16
Done. English is hard.
|
| + // recorded. |
| + int64 originating_time_ticks = 0; |
| }; |
| struct URLResponse { |