| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index e65becaed7b7d4d7f0350230f5c7ad7e85e80b23..21b7a9bd57147ec0b672dbb78b1cda90826f7154 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -665,9 +665,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;
|
| - // Create a ClipboardClient for writing to the clipboard. The caller will own
|
| - // the pointer to this.
|
| - virtual webkit_glue::ClipboardClient* CreateClipboardClient() const = 0;
|
|
|
| // Returns a Device ID
|
| virtual std::string GetDeviceID() = 0;
|
|
|