Chromium Code Reviews| Index: content/child/npapi/webplugin_delegate.h |
| =================================================================== |
| --- content/child/npapi/webplugin_delegate.h (revision 223418) |
| +++ content/child/npapi/webplugin_delegate.h (working copy) |
| @@ -136,7 +136,8 @@ |
| const GURL& url, |
| const GURL& first_party_for_cookies, |
| const std::string& method, |
| - const std::string& post_data, |
| + const char* buf, |
| + unsigned int len, |
| const GURL& referrer, |
| bool notify_redirects, |
| bool is_plugin_src_load, |