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

Unified Diff: ppapi/proxy/plugin_dispatcher.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: ppapi/proxy/plugin_dispatcher.h
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
index 017f95781645965536e96e64203b9c942810f7d0..3f2fd7c0ac1674f947667ecca607e70cb5fc0203 100644
--- a/ppapi/proxy/plugin_dispatcher.h
+++ b/ppapi/proxy/plugin_dispatcher.h
@@ -35,6 +35,7 @@ class ResourceCreationAPI;
namespace proxy {
class FlashResource;
+class FlashClipboardResource;
yzshen1 2012/10/29 16:55:46 sort.
raymes 2012/10/29 18:44:58 Done.
class GamepadResource;
class ResourceMessageReplyParams;
@@ -54,6 +55,7 @@ struct InstanceData {
// (These are singleton-style resources).
scoped_refptr<GamepadResource> gamepad_resource;
scoped_refptr<FlashResource> flash_resource;
+ scoped_refptr<FlashClipboardResource> flash_clipboard_resource;
// Calls to |RequestSurroundingText()| are done by posted tasks. Track whether
// a) a task is pending, to avoid redundant calls, and b) whether we should

Powered by Google App Engine
This is Rietveld 408576698