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

Unified Diff: webkit/child/weburlloader_impl.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: sync 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
« no previous file with comments | « content/renderer/npapi/webplugin_impl.cc ('k') | webkit/child/weburlloader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/weburlloader_impl.h
===================================================================
--- webkit/child/weburlloader_impl.h (revision 223418)
+++ webkit/child/weburlloader_impl.h (working copy)
@@ -7,10 +7,12 @@
#include "base/memory/ref_counted.h"
#include "third_party/WebKit/public/platform/WebURLLoader.h"
+#include "webkit/child/webkit_child_export.h"
namespace webkit_glue {
class WebKitPlatformSupportImpl;
+struct ResourceResponseInfo;
class WebURLLoaderImpl : public WebKit::WebURLLoader {
public:
@@ -19,6 +21,10 @@
static WebKit::WebURLError CreateError(const WebKit::WebURL& unreachable_url,
int reason);
+ WEBKIT_CHILD_EXPORT static void PopulateURLResponse(
+ const GURL& url,
+ const ResourceResponseInfo& info,
+ WebKit::WebURLResponse* response);
// WebURLLoader methods:
virtual void loadSynchronously(
« no previous file with comments | « content/renderer/npapi/webplugin_impl.cc ('k') | webkit/child/weburlloader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698