Index: webkit/plugins/ppapi/plugin_module.cc |
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc |
index 063513c26d8ea2039ca821bd5ef27e39dbe92004..bc81281b87017c5c568844e4b6f744e29cd30ac6 100644 |
--- a/webkit/plugins/ppapi/plugin_module.cc |
+++ b/webkit/plugins/ppapi/plugin_module.cc |
@@ -341,8 +341,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) |