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

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

Issue 560703002: [SyncFS] Expand simple functions to their caller in drive_backend/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@03_context_rename
Patch Set: rebase 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
Index: chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h b/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h
index fcdcb1fb5931df122c430c150f2984bf08cabd79..e01c7e7e9b336d191e8d08dceba3d2e352576056 100644
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.h
@@ -77,10 +77,6 @@ class SyncEngineInitializer : public SyncTask {
private:
typedef base::Callback<void(const SyncStatusCallback& callback)> Task;
- void DidCreateMetadataDatabase(scoped_ptr<SyncTaskToken> token,
- SyncStatusCode status,
- scoped_ptr<MetadataDatabase> instance);
-
void GetAboutResource(scoped_ptr<SyncTaskToken> token);
void DidGetAboutResource(
scoped_ptr<SyncTaskToken> token,
@@ -103,8 +99,6 @@ class SyncEngineInitializer : public SyncTask {
google_apis::GDataErrorCode error,
scoped_ptr<google_apis::FileList> file_list);
void PopulateDatabase(scoped_ptr<SyncTaskToken> token);
- void DidPopulateDatabase(scoped_ptr<SyncTaskToken> token,
- SyncStatusCode status);
SyncEngineContext* sync_context_; // Not owned.
leveldb::Env* env_override_;

Powered by Google App Engine
This is Rietveld 408576698