| Index: net/base/load_flags_list.h
|
| diff --git a/net/base/load_flags_list.h b/net/base/load_flags_list.h
|
| index 80fba2b2ca3e61d36de7901103a933f36b66bfaa..364ef942c43baaf93d3b7073336b5dc2ae82af46 100644
|
| --- a/net/base/load_flags_list.h
|
| +++ b/net/base/load_flags_list.h
|
| @@ -104,7 +104,7 @@ LOAD_FLAG(PREFETCH, 1 << 23)
|
|
|
| // Indicates that this load was requested by a page that is currently
|
| // prerendering.
|
| -LOAD_FLAG(PRERENDER, 1 << 24)
|
| +LOAD_FLAG(PRERENDERING, 1 << 24)
|
|
|
| // Indicates that this is a load that ignores limits and should complete
|
| // immediately.
|
| @@ -113,3 +113,4 @@ LOAD_FLAG(IGNORE_LIMITS, 1 << 25)
|
| // Suppress login prompts for this request. Cached credentials or
|
| // default credentials may still be used for authentication.
|
| LOAD_FLAG(DO_NOT_PROMPT_FOR_LOGIN, 1 << 26)
|
| +
|
|
|