| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index e9935542181b28c964745af30f6b6ec46464576a..91ddf8b052c2b725580e0e3295199c73b26021fa 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -325,8 +325,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)
|
|
|