| 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 de00ca9ee060f8c3876e552504d60a4addb9af8d..2b908af2789c2bcefa2efaa56687fc835c77d654 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)
|
|
|
|
|