| 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..a9ddc10ac36b2e560e2c80dc330592179420b8bf 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
|
| +// that prerendering renderer has not yet been displayed.
|
| +LOAD_FLAG(PRERENDER, 1 << 24)
|
| +
|
|
|