| 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 2fce82cd951ea65a0a95bd90fa3bc904184e3e0f..298ddc9494ad91ff89e5fb40970a11f89ce31006 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -460,5 +460,11 @@ std::string MockPluginDelegate::GetDeviceID() {
|
| return std::string();
|
| }
|
|
|
| +PP_FlashLSORestrictions MockPluginDelegate::GetLocalDataRestrictions(
|
| + const GURL& document_url,
|
| + const GURL& plugin_url) {
|
| + return PP_FLASHLSORESTRICTIONS_NONE;
|
| +}
|
| +
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|