Index: webkit/fileapi/file_system_callback_dispatcher.h |
diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h |
index 41d7327d4a83b266964b40a243b1b6dbfd13d54e..14e4196fed14ac44cc99314a678a59f426fc330c 100644 |
--- a/webkit/fileapi/file_system_callback_dispatcher.h |
+++ b/webkit/fileapi/file_system_callback_dispatcher.h |
@@ -65,6 +65,7 @@ class WEBKIT_STORAGE_EXPORT FileSystemCallbackDispatcher { |
// for Pepper. |
// The method will be responsible for closing |file|. |
virtual void DidOpenFile(base::PlatformFile file, |
+ int file_open_id, |
quota::QuotaLimitType quota_policy); |
}; |