| Index: content/public/common/page_transition_types_list.h
|
| diff --git a/content/public/common/page_transition_types_list.h b/content/public/common/page_transition_types_list.h
|
| index be6733433d264d83e30923727ac49bfb0b774f86..f58728836f1bfa01dc69b9f99c2f5e59649be684 100644
|
| --- a/content/public/common/page_transition_types_list.h
|
| +++ b/content/public/common/page_transition_types_list.h
|
| @@ -100,6 +100,9 @@ PAGE_TRANSITION(CORE_MASK, 0xFF)
|
| // Any of the core values above can be augmented by one or more qualifiers.
|
| // These qualifiers further define the transition.
|
|
|
| +// The transition is triggered by prerendering and without explicit user action.
|
| +PAGE_TRANSITION(PRERENDER, 0x00400000)
|
| +
|
| // A managed user attempted to visit a URL but was blocked.
|
| PAGE_TRANSITION(BLOCKED, 0x00800000)
|
|
|
|
|