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

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

Issue 21378002: Support POST in browser navaigation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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 | « no previous file | chrome/browser/ui/browser_navigator.cc » ('j') | content/public/browser/page_navigator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_navigator.h
===================================================================
--- chrome/browser/ui/browser_navigator.h (revision 214769)
+++ chrome/browser/ui/browser_navigator.h (working copy)
@@ -212,6 +212,12 @@
// navigation entry.
bool should_replace_current_entry;
+ // Indicates whether this navigation will be sent using POST.
+ bool uses_post;
Nico 2013/07/31 21:25:43 Don't we have the concept of "this navigation uses
Johnny(Jianning) Ding 2013/07/31 21:49:34 The logic is in NavigationController, right? See h
+
+ // The post data when the navigation uses POST.
+ std::string post_data;
+
private:
NavigateParams();
};
« no previous file with comments | « no previous file | chrome/browser/ui/browser_navigator.cc » ('j') | content/public/browser/page_navigator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698