From a033865a389642cc4160901e3343c8635cc005e0 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Wed, 30 Jun 2010 04:55:29 +0000 Subject: Add basic Pepper URLLoader implementation. R=jam BUG=47222 TEST=none Review URL: http://codereview.chromium.org/2861036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51228 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/resource_loader_bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webkit/glue/resource_loader_bridge.h') diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h index 1d76625..ba88271 100644 --- a/webkit/glue/resource_loader_bridge.h +++ b/webkit/glue/resource_loader_bridge.h @@ -79,7 +79,7 @@ class ResourceLoaderBridge { // Used for plugin to browser requests. uint32 request_context; - // Identifies that appcache host this request is associated with. + // Identifies what appcache host this request is associated with. int appcache_host_id; // Used to associated the bridge with a frame's network context. -- cgit v1.1