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

Unified Diff: content/common/resource_messages.h

Issue 7624031: Treat files downloaded from the address bar as "always safe" (including extensions per discussion... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/resource_messages.h
===================================================================
--- content/common/resource_messages.h (revision 97032)
+++ content/common/resource_messages.h (working copy)
@@ -6,6 +6,7 @@
// Multiply-included message file, hence no include guard.
#include "base/shared_memory.h"
+#include "content/common/page_transition_types.h"
#include "content/common/resource_response.h"
#include "ipc/ipc_message_macros.h"
#include "net/base/upload_data.h"
@@ -99,6 +100,8 @@
// Identifies the frame within the RenderView that sent the request.
// -1 if unknown / invalid.
IPC_STRUCT_MEMBER(int64, frame_id)
+
+ IPC_STRUCT_MEMBER(PageTransition::Type, transition_type)
IPC_STRUCT_END()
// Resource messages sent from the browser to the renderer.

Powered by Google App Engine
This is Rietveld 408576698