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

Unified Diff: sync/internal_api/public/internal_components_factory_impl.h

Issue 455023003: Let SyncBackupManager keep backup data in memory until shutdown. Only persist (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/internal_api/public/internal_components_factory_impl.h
diff --git a/sync/internal_api/public/internal_components_factory_impl.h b/sync/internal_api/public/internal_components_factory_impl.h
index 7c364dce7546cc3319867bf0ff95564dfe275e04..c727509ad1d229febed3312069bbf59cde8cb2ba 100644
--- a/sync/internal_api/public/internal_components_factory_impl.h
+++ b/sync/internal_api/public/internal_components_factory_impl.h
@@ -34,9 +34,9 @@ class SYNC_EXPORT InternalComponentsFactoryImpl
const std::string& invalidator_client_id) OVERRIDE;
virtual scoped_ptr<syncable::DirectoryBackingStore>
- BuildDirectoryBackingStore(
- const std::string& dir_name,
- const base::FilePath& backing_filepath) OVERRIDE;
+ BuildDirectoryBackingStore(StorageOption storage,
+ const std::string& dir_name,
+ const base::FilePath& backing_filepath) OVERRIDE;
virtual Switches GetSwitches() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698