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

Unified Diff: sync/syncable/directory.h

Issue 10540089: Removes reference counting from syncable::Directory::Kernel as it is no longer required because syn… (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « AUTHORS ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory.h
===================================================================
--- sync/syncable/directory.h (revision 143339)
+++ sync/syncable/directory.h (working copy)
@@ -497,12 +497,6 @@
~Kernel();
- void AddRef(); // For convenience.
- void Release();
-
- // TODO(timsteele): audit use of the member and remove if possible
- volatile base::subtle::AtomicWord refcount;
-
// Implements ReadTransaction / WriteTransaction using a simple lock.
base::Lock transaction_mutex;
« no previous file with comments | « AUTHORS ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698