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

Unified Diff: content/renderer/pepper/null_file_system_callback_dispatcher.h

Issue 14472008: [FileAPI] Add file open ID and close callback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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: content/renderer/pepper/null_file_system_callback_dispatcher.h
diff --git a/content/renderer/pepper/null_file_system_callback_dispatcher.h b/content/renderer/pepper/null_file_system_callback_dispatcher.h
index 8551a0b0fedcb641c4011b7bc5a6c5973a7cf3aa..103194821f2298a0058abdc842ff85188c74d01b 100644
--- a/content/renderer/pepper/null_file_system_callback_dispatcher.h
+++ b/content/renderer/pepper/null_file_system_callback_dispatcher.h
@@ -42,6 +42,7 @@ class NullFileSystemCallbackDispatcher
const GURL& root) OVERRIDE;
virtual void DidWrite(int64 bytes, bool complete) OVERRIDE;
virtual void DidOpenFile(base::PlatformFile file,
+ int file_open_id,
quota::QuotaLimitType quota_policy) OVERRIDE;
virtual void DidFail(base::PlatformFileError platform_error) OVERRIDE;
« no previous file with comments | « content/common/fileapi/file_system_messages.h ('k') | content/renderer/pepper/null_file_system_callback_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698