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

Unified Diff: sync/syncable/in_memory_directory_backing_store.h

Issue 1136953013: Sync: Change Local IDs to GUID based to avoid ID collision (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed setting KERNEL_SHARE_INFO_DIRTY when incrementing transaction version Created 5 years, 7 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
Index: sync/syncable/in_memory_directory_backing_store.h
diff --git a/sync/syncable/in_memory_directory_backing_store.h b/sync/syncable/in_memory_directory_backing_store.h
index d22e65fc53eb09866bdcb19e33679916de174926..ff858705ae6550b46ce7782933c4ee1de5a8b680 100644
--- a/sync/syncable/in_memory_directory_backing_store.h
+++ b/sync/syncable/in_memory_directory_backing_store.h
@@ -29,13 +29,7 @@ class SYNC_EXPORT_PRIVATE InMemoryDirectoryBackingStore
MetahandleSet* metahandles_to_purge,
Directory::KernelLoadInfo* kernel_load_info) override;
- void request_consistent_cache_guid() {
maniscalco 2015/05/14 15:54:20 Yay, glad to see this go away :)
- consistent_cache_guid_requested_ = true;
- }
-
private:
- bool consistent_cache_guid_requested_;
-
DISALLOW_COPY_AND_ASSIGN(InMemoryDirectoryBackingStore);
};

Powered by Google App Engine
This is Rietveld 408576698