| Index: trunk/src/ppapi/thunk/ppb_url_loader_api.h
|
| ===================================================================
|
| --- trunk/src/ppapi/thunk/ppb_url_loader_api.h (revision 194616)
|
| +++ trunk/src/ppapi/thunk/ppb_url_loader_api.h (working copy)
|
| @@ -47,8 +47,7 @@
|
|
|
| // Trusted API.
|
| virtual void GrantUniversalAccess() = 0;
|
| - virtual void RegisterStatusCallback(
|
| - PP_URLLoaderTrusted_StatusCallback cb) = 0;
|
| + virtual void SetStatusCallback(PP_URLLoaderTrusted_StatusCallback cb) = 0;
|
|
|
| // Internal function. This will fill in the given response info data and
|
| // return true on sucesss. If the dowbload was to a file, there will be one
|
|
|