diff options
Diffstat (limited to 'ppapi/thunk/ppb_url_loader_api.h')
-rw-r--r-- | ppapi/thunk/ppb_url_loader_api.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/thunk/ppb_url_loader_api.h b/ppapi/thunk/ppb_url_loader_api.h index 0fe8e04..00d4690 100644 --- a/ppapi/thunk/ppb_url_loader_api.h +++ b/ppapi/thunk/ppb_url_loader_api.h @@ -47,7 +47,8 @@ class PPB_URLLoader_API { // Trusted API. virtual void GrantUniversalAccess() = 0; - virtual void SetStatusCallback(PP_URLLoaderTrusted_StatusCallback cb) = 0; + virtual void RegisterStatusCallback( + 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 |