diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/public/common/page_transition_types_list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/public/common/page_transition_types_list.h b/content/public/common/page_transition_types_list.h index 8a5bc76..3f7076c 100644 --- a/content/public/common/page_transition_types_list.h +++ b/content/public/common/page_transition_types_list.h @@ -109,6 +109,9 @@ PAGE_TRANSITION(FROM_ADDRESS_BAR, 0x02000000) // User is navigating to the home page. PAGE_TRANSITION(HOME_PAGE, 0x04000000) +// The transition originated from an incoming intent. (Android only) +PAGE_TRANSITION(FROM_INTENT, 0x08000000) + // The beginning of a navigation chain. PAGE_TRANSITION(CHAIN_START, 0x10000000) |