| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index eec48da6be9928c2836f7ed93d9ab76674e7c7c7..cd5c84f78a69782eaec9eacf9146da027d2b0143 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -423,11 +423,5 @@ int MockPluginDelegate::EnumerateDevices(
|
| void MockPluginDelegate::StopEnumerateDevices(int request_id) {
|
| }
|
|
|
| -PP_FlashLSORestrictions MockPluginDelegate::GetLocalDataRestrictions(
|
| - const GURL& document_url,
|
| - const GURL& plugin_url) {
|
| - return PP_FLASHLSORESTRICTIONS_NONE;
|
| -}
|
| -
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|