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..c323bb7ba689208a6583cecef7c4f144b207d62d 100644 |
--- a/chrome/browser/sync/syncable/syncable.h |
+++ b/chrome/browser/sync/syncable/syncable.h |
@@ -1129,10 +1129,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; |
rlarocque
2011/11/15 01:08:56
I think this is the last use of DebugQueue. Can w
|
- |
// The delegate for directory change events. Can be NULL. |
DirectoryChangeDelegate* const delegate; |