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

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 comments. 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 8916bbfc0e3c322d3502e58edf7265c9d3193ee7..d5509e04fbbd5c210934369fc323e304c4e3a602 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -589,6 +589,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
// The URL to load.
IPC_STRUCT_MEMBER(GURL, url)
+ // Whether or not we should allow the url to download.
+ IPC_STRUCT_MEMBER(bool, allow_download)
darin (slow to review) 2012/04/03 21:56:20 ditto... why not just append?
chebert 2012/04/03 22:13:23 I was thinking that the allow_download field was s
+
// 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