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

Unified Diff: chrome/common/render_messages.h

Issue 479: DidNavigate refactor of doom (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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: chrome/common/render_messages.h
===================================================================
--- chrome/common/render_messages.h (revision 1840)
+++ chrome/common/render_messages.h (working copy)
@@ -61,11 +61,11 @@
// iframes are loaded automatically.
int32 page_id;
- // URL of the page being loaded. NON-CANONICAL.
+ // URL of the page being loaded.
GURL url;
// URL of the referrer of this load. WebKit generates this based on the
- // source of the event that caused the load. NON-CANONICAL.
+ // source of the event that caused the load.
GURL referrer;
// The type of transition.
« chrome/browser/navigation_controller_unittest.cc ('K') | « chrome/common/notification_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698