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 d16fbfb4d31bbe981c48d2e5356f5f0284727c5a..7ff095ffb8241f82ab0c93f9614b263541cf57c1 100644 |
--- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
+++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc |
@@ -1364,16 +1364,6 @@ void PepperPluginDelegateImpl::SaveURLAs(const GURL& url) { |
render_view_->routing_id(), url, referrer)); |
} |
-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) { |
return RenderThread::Get()->HostAllocateSharedMemoryBuffer(size).release(); |