Index: webkit/plugins/ppapi/mock_plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h |
index fdd8bf2354691662b624ddb3f0739b4b2ac1c422..aa730f991c34800e6d6ae247806c3646c76406c6 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h |
@@ -184,9 +184,6 @@ class MockPluginDelegate : public PluginDelegate { |
virtual int EnumerateDevices(PP_DeviceType_Dev type, |
const EnumerateDevicesCallback& callback); |
virtual void StopEnumerateDevices(int request_id); |
- virtual PP_FlashLSORestrictions GetLocalDataRestrictions( |
- const GURL& document_url, |
- const GURL& plugin_url); |
}; |
} // namespace ppapi |