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

Unified Diff: chrome/browser/extensions/api/sync_file_system/sync_file_system_api.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/extensions/api/sync_file_system/sync_file_system_api.h
diff --git a/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h b/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h
index 6e3fbf565877d1d8dff8db27e4522c7b17fdcbf4..a0df8f4e5c9dd80e083032d5d0b190eaae2feae0 100644
--- a/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h
+++ b/chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h
@@ -114,7 +114,6 @@ class SyncFileSystemRequestFileSystemFunction
// Returns the file system context for this extension.
fileapi::FileSystemContext* GetFileSystemContext();
- void DidInitializeFileSystemContext(sync_file_system::SyncStatusCode status);
void DidOpenFileSystem(base::PlatformFileError error,
const std::string& file_system_name,
const GURL& root_url);

Powered by Google App Engine
This is Rietveld 408576698