summaryrefslogtreecommitdiffstats
path: root/webkit/glue/resource_loader_bridge.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 04:55:29 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-30 04:55:29 +0000
commita033865a389642cc4160901e3343c8635cc005e0 (patch)
tree59cc21d4dca5e8965d9f2c612fd62f357c8bb67f /webkit/glue/resource_loader_bridge.h
parent71e4087a14a8e82c95869ce133c4077397830ff2 (diff)
downloadchromium_src-a033865a389642cc4160901e3343c8635cc005e0.zip
chromium_src-a033865a389642cc4160901e3343c8635cc005e0.tar.gz
chromium_src-a033865a389642cc4160901e3343c8635cc005e0.tar.bz2
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
Diffstat (limited to 'webkit/glue/resource_loader_bridge.h')
-rw-r--r--webkit/glue/resource_loader_bridge.h2
1 files changed, 1 insertions, 1 deletions
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.