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

Unified Diff: chrome/browser/ui/browser_navigator.h

Issue 11193051: To fix the cross-site post submission bug. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android API, Helper Function and Include_rules 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
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/browser_navigator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_navigator.h
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
index 931c87fa0b80bf5a7375b6da091221486c4ee856..7963929e9def232319a62a2d551e7c5434494515 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -20,6 +20,10 @@ class Browser;
class Profile;
class TabContents;
+namespace webkit_glue {
+ class ResourceRequestBody;
+}
+
namespace chrome {
// Parameters that tell Navigate() what to do.
@@ -207,6 +211,9 @@ struct NavigateParams {
// in which case it should replace the current navigation entry.
bool is_cross_site_redirect;
+ // Refers to the post data of the load for cross-process POST submission.
+ scoped_refptr<webkit_glue::ResourceRequestBody> post_data;
+
private:
NavigateParams();
};
« no previous file with comments | « chrome/browser/ui/browser.cc ('k') | chrome/browser/ui/browser_navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698