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

Unified Diff: chrome/browser/sync/syncable/syncable.h

Issue 8573011: Event tracing for sync events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use simpler TRACE_EVENT macros Created 9 years, 1 month 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: chrome/browser/sync/syncable/syncable.h
diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h
index 6c55613d11f90113f3869a172cee0511350b3cf7..1cc9fcc677c69689a26bce22effd86d144950648 100644
--- a/chrome/browser/sync/syncable/syncable.h
+++ b/chrome/browser/sync/syncable/syncable.h
@@ -1211,7 +1211,6 @@ class BaseTransaction {
WriterTag writer_;
Directory* const directory_;
Directory::Kernel* const dirkernel_; // for brevity
- base::TimeTicks time_acquired_;
private:
DISALLOW_COPY_AND_ASSIGN(BaseTransaction);

Powered by Google App Engine
This is Rietveld 408576698