| Index: content/renderer/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.cc b/content/renderer/pepper_plugin_delegate_impl.cc
|
| index c061b80df3ec0e18cc24074ef9436566d2e9d721..d1a86d1a787b8dfc095db46330743e42eb28d83c 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.cc
|
| @@ -1232,6 +1232,12 @@ base::PlatformFileError PepperPluginDelegateImpl::GetDirContents(
|
| return error;
|
| }
|
|
|
| +void PepperPluginDelegateImpl::SyncGetFileSystemPlatformPath(
|
| + const GURL& url, FilePath* platform_path) {
|
| + RenderThread::current()->Send(new FileSystemHostMsg_SyncGetPlatformPath(
|
| + url, platform_path));
|
| +}
|
| +
|
| scoped_refptr<base::MessageLoopProxy>
|
| PepperPluginDelegateImpl::GetFileThreadMessageLoopProxy() {
|
| return RenderThread::current()->GetFileThreadMessageLoopProxy();
|
|
|