Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: webkit/plugins/ppapi/plugin_delegate.h

Issue 11225021: Move flash clipboard to the new proxy and add custom format support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698