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

Unified Diff: content/public/common/frame_navigate_params.h

Issue 11193051: To fix the cross-site post submission bug. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Comments Created 8 years, 1 month 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/public/common/frame_navigate_params.h
diff --git a/content/public/common/frame_navigate_params.h b/content/public/common/frame_navigate_params.h
index f3f686c9211d7f18bf33ebdd4b8f1e79dfb2397d..87ed34c530447daf5689db7da8274b3250fabd6b 100644
--- a/content/public/common/frame_navigate_params.h
+++ b/content/public/common/frame_navigate_params.h
@@ -14,6 +14,7 @@
#include "content/public/common/referrer.h"
#include "googleurl/src/gurl.h"
#include "net/base/host_port_pair.h"
+#include "webkit/glue/resource_request_body.h"
Charlie Reis 2012/11/20 05:46:03 Do we need this? (If it's to get around the inclu
irobert 2012/11/22 01:37:00 Yes. This one is to get around the include problem
namespace content {

Powered by Google App Engine
This is Rietveld 408576698