| Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| index 8bb4767c376ada07f0b19ff77c0d0bc4f32b7b4a..5331ffeecf362d5e05d6d988f7dec2c2b22c8dcb 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| @@ -1371,16 +1371,6 @@ double PepperPluginDelegateImpl::GetLocalTimeZoneOffset(base::Time t) {
|
| return result;
|
| }
|
|
|
| -PP_FlashLSORestrictions PepperPluginDelegateImpl::GetLocalDataRestrictions(
|
| - const GURL& document_url,
|
| - const GURL& plugin_url) {
|
| - PP_FlashLSORestrictions restrictions = PP_FLASHLSORESTRICTIONS_NONE;
|
| - render_view_->Send(
|
| - new PepperMsg_GetLocalDataRestrictions(document_url, plugin_url,
|
| - &restrictions));
|
| - return restrictions;
|
| -}
|
| -
|
| base::SharedMemory* PepperPluginDelegateImpl::CreateAnonymousSharedMemory(
|
| uint32_t size) {
|
| if (size == 0)
|
|
|