Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1260)

Unified Diff: content/common/page_transition_types.h

Issue 7791029: When the user navigates to the home page, make sure to set the RLZ string (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: When the user navigates to the home page, make sure to set the RLZ string Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/common/content_notification_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/page_transition_types.h
===================================================================
--- content/common/page_transition_types.h (revision 99286)
+++ 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,
« no previous file with comments | « content/common/content_notification_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698