summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/internal_components_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/internal_components_factory.h')
-rw-r--r--sync/internal_api/public/internal_components_factory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sync/internal_api/public/internal_components_factory.h b/sync/internal_api/public/internal_components_factory.h
index f077af0..fee9bec 100644
--- a/sync/internal_api/public/internal_components_factory.h
+++ b/sync/internal_api/public/internal_components_factory.h
@@ -80,9 +80,6 @@ class SYNC_EXPORT InternalComponentsFactory {
// Use this if you want BuildDirectoryBackingStore to create/use a real
// on disk store.
STORAGE_ON_DISK,
- // Use this to defer creating on-disk database until
- // DirectoryBackingStore::SaveChanges() is called.
- STORAGE_ON_DISK_DEFERRED,
// Use this to test the case where a directory fails to load.
STORAGE_INVALID
};