diff options
author | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 16:58:14 +0000 |
---|---|---|
committer | yzshen@chromium.org <yzshen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 16:58:14 +0000 |
commit | 373a95aa69caa254f250c40f4483d6ac2b8c780c (patch) | |
tree | 85ff9884a544a7197e037d045bdb8982b9a8b9f9 /ppapi/proxy/ppapi_proxy_test.h | |
parent | 1960edd57c9a2389229a774ef8f66597c28ca1fb (diff) | |
download | chromium_src-373a95aa69caa254f250c40f4483d6ac2b8c780c.zip chromium_src-373a95aa69caa254f250c40f4483d6ac2b8c780c.tar.gz chromium_src-373a95aa69caa254f250c40f4483d6ac2b8c780c.tar.bz2 |
Re-land the reverted CL:
http://src.chromium.org/viewvc/chrome?view=rev&revision=91150
Comparing with the previous CL, this CL makes changes to
ppapi/proxy/ppapi_proxy_test.{h,cc}
TEST=None
BUG=None
Review URL: http://codereview.chromium.org/7210030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppapi_proxy_test.h')
-rw-r--r-- | ppapi/proxy/ppapi_proxy_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/proxy/ppapi_proxy_test.h b/ppapi/proxy/ppapi_proxy_test.h index 5067c96..373f8e3 100644 --- a/ppapi/proxy/ppapi_proxy_test.h +++ b/ppapi/proxy/ppapi_proxy_test.h @@ -111,6 +111,8 @@ class PluginProxyTestHarness : public ProxyTestHarnessBase { virtual void PostToWebKitThread(const tracked_objects::Location& from_here, const base::Closure& task); virtual bool SendToBrowser(IPC::Message* msg); + virtual uint32 Register(PluginDispatcher* plugin_dispatcher); + virtual void Unregister(uint32 plugin_dispatcher_id); private: base::MessageLoopProxy* ipc_message_loop_; // Weak |