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

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: allow_download_(true) Created 8 years, 8 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/resource_messages.h ('k') | content/public/renderer/navigation_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 0c7bd5419afe84d86015bd625257daf27b481416..e02874ae3487efb03366d761ef6c2ff23f284eb5 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -608,6 +608,9 @@ IPC_STRUCT_BEGIN(ViewMsg_Navigate_Params)
// Unless this refers to a transferred navigation, these values are -1 and -1.
IPC_STRUCT_MEMBER(int, transferred_request_child_id)
IPC_STRUCT_MEMBER(int, transferred_request_request_id)
+
+ // Whether or not we should allow the url to download.
+ IPC_STRUCT_MEMBER(bool, allow_download)
IPC_STRUCT_END()
IPC_STRUCT_BEGIN(ViewMsg_New_Params)
« no previous file with comments | « content/common/resource_messages.h ('k') | content/public/renderer/navigation_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698