Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index b228cf3b39d42aeeca74e6b28ea353eddb48128f..665c8028f20eaf84314c02f243c2e9b79ab1e060 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -671,11 +671,6 @@ class PluginDelegate { |
// Stop enumerating devices of the specified |request_id|. The |request_id| |
// is the return value of EnumerateDevicesCallback. |
virtual void StopEnumerateDevices(int request_id) = 0; |
- |
- // Returns restrictions on local data handled by the plug-in. |
- virtual PP_FlashLSORestrictions GetLocalDataRestrictions( |
- const GURL& document_url, |
- const GURL& plugin_url) = 0; |
}; |
} // namespace ppapi |