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

Unified Diff: content/common/content_notification_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: Adressing review comments 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
Index: content/common/content_notification_types.h
===================================================================
--- content/common/content_notification_types.h (revision 98807)
+++ content/common/content_notification_types.h (working copy)
@@ -43,8 +43,8 @@
//
// This notification is called after the pending entry is created, but
// before we actually try to navigate. The source will be the
- // NavigationController that owns the pending entry, and there are no
- // details.
+ // NavigationController that owns the pending entry, and the details
+ // will be a NavigationEntry.
NOTIFICATION_NAV_ENTRY_PENDING,
// A new non-pending navigation entry has been created. This will

Powered by Google App Engine
This is Rietveld 408576698