diff options
Diffstat (limited to 'content/child/resource_loader_bridge.h')
-rw-r--r-- | content/child/resource_loader_bridge.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/child/resource_loader_bridge.h b/content/child/resource_loader_bridge.h index 7dbc48d..759f832 100644 --- a/content/child/resource_loader_bridge.h +++ b/content/child/resource_loader_bridge.h @@ -35,7 +35,7 @@ struct SyncLoadResponse; // now that it lives in content/. class CONTENT_EXPORT ResourceLoaderBridge { public: - // use WebKitPlatformSupportImpl::CreateResourceLoader() for construction, but + // use BlinkPlatformImpl::CreateResourceLoader() for construction, but // anybody can delete at any time, INCLUDING during processing of callbacks. virtual ~ResourceLoaderBridge(); @@ -78,8 +78,7 @@ class CONTENT_EXPORT ResourceLoaderBridge { virtual void SyncLoad(SyncLoadResponse* response) = 0; protected: - // Construction must go through - // WebKitPlatformSupportImpl::CreateResourceLoader() + // Construction must go through BlinkPlatformImpl::CreateResourceLoader(). // For HTTP(S) POST requests, the AppendDataToUpload and AppendFileToUpload // methods may be called to construct the body of the request. ResourceLoaderBridge(); |