Index: ppapi/shared_impl/tracker_base.h |
diff --git a/ppapi/shared_impl/tracker_base.h b/ppapi/shared_impl/tracker_base.h |
index 9ff19d4d7e4e34a8734f20f1e9c20c1e6f9eca7e..940cef496659792811f17788fa02b7d8769cd563 100644 |
--- a/ppapi/shared_impl/tracker_base.h |
+++ b/ppapi/shared_impl/tracker_base.h |
@@ -44,9 +44,6 @@ class PPAPI_SHARED_EXPORT TrackerBase { |
virtual FunctionGroupBase* GetFunctionAPI(PP_Instance inst, |
proxy::InterfaceID id) = 0; |
- virtual VarTracker* GetVarTracker() = 0; |
- virtual ResourceTracker* GetResourceTracker() = 0; |
- |
// Returns the PP_Module associated with the given PP_Instance, or 0 on |
// failure. |
virtual PP_Module GetModuleForInstance(PP_Instance instance) = 0; |