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

Unified Diff: chrome/browser/sync_file_system/sync_status_code.h

Issue 22810002: SyncFS: Reorder initialization sequence of SyncFileSystemService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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: chrome/browser/sync_file_system/sync_status_code.h
diff --git a/chrome/browser/sync_file_system/sync_status_code.h b/chrome/browser/sync_file_system/sync_status_code.h
index d12787c9f293c8b44306d0fb31e2e2d9dd0e1d12..d58ad4053bf27ded4e8c00344ec47f2a22ce3b17 100644
--- a/chrome/browser/sync_file_system/sync_status_code.h
+++ b/chrome/browser/sync_file_system/sync_status_code.h
@@ -69,6 +69,9 @@ SyncStatusCode LevelDBStatusToSyncStatusCode(const leveldb::Status& status);
SyncStatusCode PlatformFileErrorToSyncStatusCode(
base::PlatformFileError file_error);
+base::PlatformFileError SyncStatusCodeToPlatformFileError(
+ SyncStatusCode status);
+
} // namespace sync_file_system
#endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_SYNC_STATUS_CODE_H_
« no previous file with comments | « chrome/browser/sync_file_system/local/sync_file_system_backend.cc ('k') | chrome/browser/sync_file_system/sync_status_code.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698