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

Unified Diff: chrome/browser/sync_file_system/drive_backend/metadata_database.h

Issue 552983002: [SyncFS] Simplify MetadataDatabase::Create (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@00_drop_task_runner
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_backend/metadata_database.h
diff --git a/chrome/browser/sync_file_system/drive_backend/metadata_database.h b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
index 6c527b902ad72323f487c08122da66e4e98cb4a4..8362f44e31d553225201244b65ed51619d884020 100644
--- a/chrome/browser/sync_file_system/drive_backend/metadata_database.h
+++ b/chrome/browser/sync_file_system/drive_backend/metadata_database.h
@@ -352,15 +352,10 @@ class MetadataDatabase {
private:
friend class MetadataDatabaseTest;
- struct CreateParam;
- MetadataDatabase(
- const base::FilePath& database_path,
- bool enable_on_disk_index,
- leveldb::Env* env_override);
- static void CreateOnWorkerTaskRunner(
- scoped_ptr<CreateParam> create_param,
- const CreateCallback& callback);
+ MetadataDatabase(const base::FilePath& database_path,
+ bool enable_on_disk_index,
+ leveldb::Env* env_override);
SyncStatusCode Initialize();
// Database manipulation methods.
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/metadata_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698