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

Unified Diff: trunk/src/content/child/fileapi/file_system_dispatcher.h

Issue 21334002: Revert 214160 "Implement Worker-MainThread bridge for FileSystem..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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 | trunk/src/content/child/fileapi/file_system_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/child/fileapi/file_system_dispatcher.h
===================================================================
--- trunk/src/content/child/fileapi/file_system_dispatcher.h (revision 214596)
+++ trunk/src/content/child/fileapi/file_system_dispatcher.h (working copy)
@@ -40,8 +40,7 @@
const base::PlatformFileInfo& file_info)> MetadataCallback;
typedef base::Callback<void(
const base::PlatformFileInfo& file_info,
- const base::FilePath& platform_path,
- int request_id)> CreateSnapshotFileCallback;
+ const base::FilePath& platform_path)> CreateSnapshotFileCallback;
typedef base::Callback<void(
const std::vector<fileapi::DirectoryEntry>& entries,
bool has_more)> ReadDirectoryCallback;
@@ -123,9 +122,6 @@
// raw PlatformFile returned from OpenFile.
void NotifyCloseFile(int file_open_id);
- // The caller must send FileSystemHostMsg_DidReceiveSnapshot message
- // with |request_id| passed to |success_callback| after the snapshot file
- // is successfully received.
void CreateSnapshotFile(const GURL& file_path,
const CreateSnapshotFileCallback& success_callback,
const StatusCallback& error_callback);
« no previous file with comments | « no previous file | trunk/src/content/child/fileapi/file_system_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698