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

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

Issue 8565035: sync: don't notify from ~BaseTransaction if the writer is INVALID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove DebugQueue 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
« no previous file with comments | « no previous file | chrome/browser/sync/syncable/syncable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/syncable/syncable.h
diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h
index 3a673f0bf4fb9b776906f6a19d9657c943cb8b00..196fe007e194c2cd5d66927c3221229ba2ece4de 100644
--- a/chrome/browser/sync/syncable/syncable.h
+++ b/chrome/browser/sync/syncable/syncable.h
@@ -33,7 +33,6 @@
#include "chrome/browser/sync/syncable/directory_event.h"
#include "chrome/browser/sync/syncable/syncable_id.h"
#include "chrome/browser/sync/syncable/model_type.h"
-#include "chrome/browser/sync/util/dbgq.h"
#include "chrome/browser/sync/util/immutable.h"
#include "chrome/browser/sync/util/time.h"
@@ -1129,10 +1128,6 @@ class Directory {
// The next metahandle is protected by kernel mutex.
int64 next_metahandle;
- // Keep a history of recently flushed metahandles for debugging
- // purposes. Protected by the save_changes_mutex.
- DebugQueue<int64, 1000> flushed_metahandles;
-
// The delegate for directory change events. Can be NULL.
DirectoryChangeDelegate* const delegate;
« no previous file with comments | « no previous file | chrome/browser/sync/syncable/syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698