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

Unified Diff: chrome_frame/plugin_url_request.h

Issue 333043: If a HTTP post to a server returns any redirect code other than 307, then bro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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: chrome_frame/plugin_url_request.h
===================================================================
--- chrome_frame/plugin_url_request.h (revision 30151)
+++ chrome_frame/plugin_url_request.h (working copy)
@@ -76,6 +76,11 @@
const std::string& method() const {
return method_;
}
+
+ void set_method(const std::string& new_method) {
+ method_ = new_method;
+ }
+
const std::string& referrer() const {
return referrer_;
}

Powered by Google App Engine
This is Rietveld 408576698