diff options
Diffstat (limited to 'webkit/plugins/ppapi/plugin_delegate.h')
-rw-r--r-- | webkit/plugins/ppapi/plugin_delegate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h index 5995feb..6f4f9bf 100644 --- a/webkit/plugins/ppapi/plugin_delegate.h +++ b/webkit/plugins/ppapi/plugin_delegate.h @@ -658,9 +658,6 @@ class PluginDelegate { // is the return value of EnumerateDevicesCallback. virtual void StopEnumerateDevices(int request_id) = 0; - // Returns a Device ID - virtual std::string GetDeviceID() = 0; - // Returns restrictions on local data handled by the plug-in. virtual PP_FlashLSORestrictions GetLocalDataRestrictions( const GURL& document_url, |