Chromium Code Reviews| 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_; |
| } |