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

Unified Diff: content/common/view_messages.h

Issue 9808029: Prepending view-source: does not load the source of the userscript. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed extra logging code. Created 8 years, 9 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 2a190353b5d914beac3d34a4d363dffa498201d3..e29a9f4fb19d6542862d122a5a04d88dedb3f01d 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -587,6 +587,10 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
// The URL to load.
IPC_STRUCT_MEMBER(GURL, url)
+ // The virtual URL associated with the URL to load. Can be empty if there is
+ // no virtual URL.
+ IPC_STRUCT_MEMBER(GURL, virtual_url)
+
// The URL to send in the "Referer" header field. Can be empty if there is
// no referrer.
IPC_STRUCT_MEMBER(content::Referrer, referrer)

Powered by Google App Engine
This is Rietveld 408576698