| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 5995febb071077301ed0198be0dd4e36e468865f..6f4f9bf2dca773808d96038dd6c4bf3158357d25 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,
|
|
|