commit | 373a95aa69caa254f250c40f4483d6ac2b8c780c | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 01 16:58:14 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Jul 01 16:58:14 2011 |
tree | 85ff9884a544a7197e037d045bdb8982b9a8b9f9 | |
parent | 1960edd57c9a2389229a774ef8f66597c28ca1fb [diff] [blame] |
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
diff --git a/ppapi/proxy/ppapi_proxy_test.cc b/ppapi/proxy/ppapi_proxy_test.cc index 733f04c..c95ac4d 100644 --- a/ppapi/proxy/ppapi_proxy_test.cc +++ b/ppapi/proxy/ppapi_proxy_test.cc
@@ -216,7 +216,14 @@ return false; } +uint32 PluginProxyTestHarness::PluginDelegateMock::Register( + PluginDispatcher* plugin_dispatcher) { + return 0; +} +void PluginProxyTestHarness::PluginDelegateMock::Unregister( + uint32 plugin_dispatcher_id) { +} // PluginProxyTest ------------------------------------------------------------- PluginProxyTest::PluginProxyTest() {