Chromium Code Reviews| Index: content/common/page_transition_types.h |
| =================================================================== |
| --- content/common/page_transition_types.h (revision 98959) |
| +++ content/common/page_transition_types.h (working copy) |
| @@ -108,6 +108,9 @@ |
| // User used the address bar to trigger this navigation. |
| FROM_ADDRESS_BAR = 0x02000000, |
| + // User is navigating to the home page. |
| + HOME_PAGE = 0x04000000, |
| + |
| // The beginning of a navigation chain. |
| CHAIN_START = 0x10000000, |