| Index: content/common/page_transition_types.h
|
| ===================================================================
|
| --- content/common/page_transition_types.h (revision 98485)
|
| +++ content/common/page_transition_types.h (working copy)
|
| @@ -105,6 +105,9 @@
|
| // User used the Forward or Back button to navigate among browsing history.
|
| FORWARD_BACK = 0x01000000,
|
|
|
| + // User used the address bar to trigger this navigation.
|
| + FROM_ADDRESS_BAR = 0x02000000,
|
| +
|
| // The beginning of a navigation chain.
|
| CHAIN_START = 0x10000000,
|
|
|
|
|