Index: ppapi/proxy/ppb_testing_proxy.cc |
=================================================================== |
--- ppapi/proxy/ppb_testing_proxy.cc (revision 98831) |
+++ ppapi/proxy/ppb_testing_proxy.cc (working copy) |
@@ -63,16 +63,11 @@ |
return result; |
} |
-PP_Bool IsOutOfProcess() { |
- return PP_TRUE; |
-} |
- |
const PPB_Testing_Dev testing_interface = { |
&ReadImageData, |
&RunMessageLoop, |
&QuitMessageLoop, |
- &GetLiveObjectsForInstance, |
- &IsOutOfProcess |
+ &GetLiveObjectsForInstance |
}; |
InterfaceProxy* CreateTestingProxy(Dispatcher* dispatcher, |