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

Unified Diff: webkit/plugins/ppapi/resource_tracker_unittest.cc

Issue 6538028: A proposal for an initial postMessage interface. This will allow JavaScript ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/resource_tracker_unittest.cc
===================================================================
--- webkit/plugins/ppapi/resource_tracker_unittest.cc (revision 77426)
+++ webkit/plugins/ppapi/resource_tracker_unittest.cc (working copy)
@@ -143,7 +143,8 @@
scoped_refptr<PluginInstance> instance2(
new PluginInstance(delegate(), module(),
static_cast<const PPP_Instance*>(
- GetMockInterface(PPP_INSTANCE_INTERFACE))));
+ GetMockInterface(PPP_INSTANCE_INTERFACE)),
+ PluginInstance::PLUGIN_OWNS_INTERFACE));
PP_Instance pp_instance2 = instance2->pp_instance();
// Make two resources and take refs on behalf of the "plugin" for each.
@@ -178,7 +179,8 @@
scoped_refptr<PluginInstance> instance2(
new PluginInstance(delegate(), module(),
static_cast<const PPP_Instance*>(
- GetMockInterface(PPP_INSTANCE_INTERFACE))));
+ GetMockInterface(PPP_INSTANCE_INTERFACE)),
+ PluginInstance::PLUGIN_OWNS_INTERFACE));
PP_Instance pp_instance2 = instance2->pp_instance();
// Make an object var.
« webkit/plugins/ppapi/ppapi_webplugin_impl.cc ('K') | « webkit/plugins/ppapi/ppapi_webplugin_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698