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

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

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.cc
diff --git a/content/renderer/pepper/null_file_system_callback_dispatcher.cc b/content/renderer/pepper/null_file_system_callback_dispatcher.cc
index 98634cc036a55408d280d3679c578aba740a61d1..0c8d6a3a780d180e6b9200b279190f0885cbad02 100644
--- a/content/renderer/pepper/null_file_system_callback_dispatcher.cc
+++ b/content/renderer/pepper/null_file_system_callback_dispatcher.cc
@@ -46,6 +46,7 @@ void NullFileSystemCallbackDispatcher::DidWrite(int64 /* bytes */,
void NullFileSystemCallbackDispatcher::DidOpenFile(
base::PlatformFile /* file */,
+ int /* file_open_id */,
quota::QuotaLimitType /* quota_policy */) {
NOTREACHED();
}
« no previous file with comments | « content/renderer/pepper/null_file_system_callback_dispatcher.h ('k') | content/renderer/pepper/pepper_plugin_delegate_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698