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

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

Issue 23223003: Chromium Blob hacking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « content/browser/webui/url_data_manager_backend.cc ('k') | 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: content/child/fileapi/file_system_dispatcher.h
diff --git a/content/child/fileapi/file_system_dispatcher.h b/content/child/fileapi/file_system_dispatcher.h
index e0260fda17e2274f9e30bf3c457f4b81c5e76e8c..7c34ba7339942f117a73ec9a5f9cbecbd8fa50bc 100644
--- a/content/child/fileapi/file_system_dispatcher.h
+++ b/content/child/fileapi/file_system_dispatcher.h
@@ -100,8 +100,15 @@ class FileSystemDispatcher : public IPC::Listener {
int64 offset,
int* request_id_out,
const StatusCallback& callback);
+ void WriteDeprecated(
+ const GURL& path,
+ const GURL& blob_url,
+ int64 offset,
+ int* request_id_out,
+ const WriteCallback& success_callback,
+ const StatusCallback& error_callback);
void Write(const GURL& path,
- const GURL& blob_url,
+ const std::string& blob_id,
int64 offset,
int* request_id_out,
const WriteCallback& success_callback,
« no previous file with comments | « content/browser/webui/url_data_manager_backend.cc ('k') | content/child/fileapi/file_system_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698