Chromium Code Reviews| Index: net/base/load_flags_list.h |
| diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h |
| index 1e5b281ed46cbbf4d4b7daef1a78b4f44642a0fa..c82473476982bba948405dfb656b4f9d9aa9a899 100644 |
| --- a/net/base/load_flags_list.h |
| +++ b/net/base/load_flags_list.h |
| @@ -102,3 +102,7 @@ LOAD_FLAG(REPORT_RAW_HEADERS, 1 << 22) |
| // and is (in theory) not intended for the current frame. |
| LOAD_FLAG(PREFETCH, 1 << 23) |
| +// Indicates that this load was motivated by the prerendering feature, |
| +// and is not intended for display. |
|
mmenke
2011/02/18 15:12:07
nit: Might want to change that to "immediate disp
|
| +LOAD_FLAG(PRERENDER, 1 << 24) |
| + |