Index: webkit/plugins/ppapi/plugin_module.cc |
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc |
index 82d853eef35e46632119b857536bef5e36e9f692..75cead2152ecbb304187b3cefd3f9733bc20a34a 100644 |
--- a/webkit/plugins/ppapi/plugin_module.cc |
+++ b/webkit/plugins/ppapi/plugin_module.cc |
@@ -346,8 +346,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) |