| Index: webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
| diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.cc b/webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
| index 71099a66382d3003914a1ddee7448d5703726229..892945a41dd3bb41f1a7d8e42ab314462d200f5a 100644
|
| --- a/webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
| +++ b/webkit/plugins/ppapi/ppapi_plugin_instance.cc
|
| @@ -2033,11 +2033,6 @@ PP_Var PluginInstance::GetDefaultCharSet(PP_Instance instance) {
|
| return StringVar::StringToPPVar(encoding);
|
| }
|
|
|
| -PP_Var PluginInstance::GetFontFamilies(PP_Instance instance) {
|
| - // No in-process implementation.
|
| - return PP_MakeUndefined();
|
| -}
|
| -
|
| // These PPB_ContentDecryptor_Private calls are responses to
|
| // PPP_ContentDecryptor_Private calls made on |content_decryptor_delegate_|.
|
| // Therefore, |content_decryptor_delegate_| must have been initialized when
|
|
|