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

Unified Diff: webkit/plugins/ppapi/resource_tracker.h

Issue 6282007: First pass at making the proxy handle multiple renderers. This associates the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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.h
===================================================================
--- webkit/plugins/ppapi/resource_tracker.h (revision 71670)
+++ webkit/plugins/ppapi/resource_tracker.h (working copy)
@@ -63,9 +63,7 @@
void ForceDeletePluginResourceRefs(PP_Resource res);
// Returns the number of resources associated with this module.
- //
- // This is slow, use only for testing.
- uint32 GetLiveObjectsForModule(PluginModule* module) const;
+ uint32 GetLiveObjectsForInstance(PP_Instance instance) const;
// PP_Vars -------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698