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

Unified Diff: content/child/npapi/webplugin_delegate.h

Issue 23830007: Support byte range requests when routing resource requests directly through the browser process. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 3 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: content/child/npapi/webplugin_delegate.h
===================================================================
--- content/child/npapi/webplugin_delegate.h (revision 223347)
+++ 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,

Powered by Google App Engine
This is Rietveld 408576698