| Index: src/shared/ppapi_proxy/browser_globals.cc
|
| ===================================================================
|
| --- src/shared/ppapi_proxy/browser_globals.cc (revision 4123)
|
| +++ src/shared/ppapi_proxy/browser_globals.cc (working copy)
|
| @@ -152,6 +152,13 @@
|
| return ppb;
|
| }
|
|
|
| +const PPB_URLLoader* PPBURLLoaderInterface() {
|
| + static const PPB_URLLoader* ppb =
|
| + reinterpret_cast<const PPB_URLLoader*>(
|
| + GetBrowserInterfaceSafe(PPB_URLLOADER_INTERFACE));
|
| + return ppb;
|
| +}
|
| +
|
| const PPB_URLRequestInfo* PPBURLRequestInfoInterface() {
|
| static const PPB_URLRequestInfo* ppb =
|
| reinterpret_cast<const PPB_URLRequestInfo*>(
|
|
|