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

Unified Diff: ppapi/shared_impl/var.h

Issue 8933025: Reverting half the checkins that are suspected of breaking the world. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | ppapi/shared_impl/var_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/shared_impl/var.h
===================================================================
--- ppapi/shared_impl/var.h (revision 114396)
+++ ppapi/shared_impl/var.h (working copy)
@@ -17,7 +17,6 @@
class NPObjectVar;
class ProxyObjectVar;
class StringVar;
-class VarTracker;
// Var -------------------------------------------------------------------------
@@ -49,8 +48,6 @@
int32 GetExistingVarID() const;
protected:
- friend class VarTracker;
-
Var();
// Returns the unique ID associated with this string or object, creating it
@@ -65,9 +62,6 @@
// before. This is used in cases where the ID is generated externally.
void AssignVarID(int32 id);
- // Reset the assigned object ID.
- void ResetVarID() { AssignVarID(0); };
-
private:
// This will be 0 if no ID has been assigned (this happens lazily).
int32 var_id_;
« no previous file with comments | « no previous file | ppapi/shared_impl/var_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698