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

Unified Diff: webkit/glue/resource_loader_bridge.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: webkit/glue/resource_loader_bridge.h
===================================================================
--- webkit/glue/resource_loader_bridge.h (revision 97032)
+++ webkit/glue/resource_loader_bridge.h (working copy)
@@ -30,6 +30,7 @@
#include "base/platform_file.h"
#include "base/time.h"
#include "base/values.h"
+#include "content/common/page_transition_types.h"
darin (slow to review) 2011/08/18 04:21:01 i see... hmm, it certainly seems a bit wrong for
Peter Kasting 2011/08/18 19:47:36 I'm happy to do the gruntwork of whatever the righ
#include "googleurl/src/gurl.h"
#include "net/base/host_port_pair.h"
#include "net/url_request/url_request_status.h"
@@ -253,6 +254,8 @@
// Identifies the frame within the RenderView that sent the request.
// -1 if unknown / invalid.
int64 frame_id;
+
+ PageTransition::Type transition_type;
};
// See the SyncLoad method declared below. (The name of this struct is not

Powered by Google App Engine
This is Rietveld 408576698