| 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;
|
|
|
|
|