| Index: content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.cc b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| index 9282fcb1b67fc51f476ebc57a4e69509512de267..66086c839d1e5c4a1b856d41b3bc8fdedfdc9bce 100644
|
| --- a/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_instance_impl.cc
|
| @@ -2327,6 +2327,7 @@ ppapi::Resource* PepperPluginInstanceImpl::GetSingletonResource(
|
| case ppapi::FLASH_SINGLETON_ID:
|
| case ppapi::NETWORK_PROXY_SINGLETON_ID:
|
| case ppapi::PDF_SINGLETON_ID:
|
| + case ppapi::PLUGIN_PRIVATE_FILE_SYSTEM_SINGLETON_ID:
|
| case ppapi::TRUETYPE_FONT_SINGLETON_ID:
|
| NOTIMPLEMENTED();
|
| return NULL;
|
|
|