| 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);
|
|
|