| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index b029b625f5c84e2e5b81e5cc2af4b77545163902..3d7b4c2df7ff970d269e6da99cd16ba18a4444eb 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -342,8 +342,6 @@ const void* InternalGetInterface(const char* name) {
|
| return PPB_Proxy_Impl::GetInterface();
|
| if (strcmp(name, PPB_UMA_PRIVATE_INTERFACE) == 0)
|
| return PPB_UMA_Private_Impl::GetInterface();
|
| - if (strcmp(name, PPB_URLLOADERTRUSTED_INTERFACE_0_3) == 0)
|
| - return ::ppapi::thunk::GetPPB_URLLoaderTrusted_0_3_Thunk();
|
| if (strcmp(name, PPB_VAR_DEPRECATED_INTERFACE) == 0)
|
| return PPB_Var_Deprecated_Impl::GetVarDeprecatedInterface();
|
| if (strcmp(name, PPB_VAR_INTERFACE_1_0) == 0)
|
|
|