Chromium Code Reviews| Index: content/common/page_transition_types.h |
| =================================================================== |
| --- content/common/page_transition_types.h (revision 98807) |
| +++ 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 is navigating to the home page. |
| + HOME_PAGE = 0x02000000, |
| + |
| // The beginning of a navigation chain. |
| CHAIN_START = 0x10000000, |