| 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 8cfa317a332bc0482b28132f1f553d09af92050b..b3f34f65436d18d2f57a56818991eef1886dcfd0 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -204,6 +204,10 @@ class MockPluginDelegate : public PluginDelegate {
|
| const EnumerateDevicesCallback& callback);
|
| virtual webkit_glue::ClipboardClient* CreateClipboardClient() const;
|
| virtual std::string GetDeviceID();
|
| + virtual void GetLocalDataRestrictions(const GURL& document_url,
|
| + const GURL& plugin_url,
|
| + bool* block_access,
|
| + bool* in_memory);
|
| };
|
|
|
| } // namespace ppapi
|
|
|