| Index: content/browser/renderer_host/pepper_file_message_filter.cc
|
| diff --git a/content/browser/renderer_host/pepper_file_message_filter.cc b/content/browser/renderer_host/pepper_file_message_filter.cc
|
| index 8cc4d5e248707c082561213e3262e6daf213a080..4ab1aa33f0dc0e1bee7099c5f7962c8e3dbeb31f 100644
|
| --- a/content/browser/renderer_host/pepper_file_message_filter.cc
|
| +++ b/content/browser/renderer_host/pepper_file_message_filter.cc
|
| @@ -30,9 +30,9 @@ const int kReadPermissions = base::PLATFORM_FILE_OPEN |
|
| const int kWritePermissions = base::PLATFORM_FILE_OPEN |
|
| base::PLATFORM_FILE_CREATE |
|
| base::PLATFORM_FILE_CREATE_ALWAYS |
|
| + base::PLATFORM_FILE_OPEN_TRUNCATED |
|
| base::PLATFORM_FILE_WRITE |
|
| base::PLATFORM_FILE_EXCLUSIVE_WRITE |
|
| - base::PLATFORM_FILE_TRUNCATE |
|
| base::PLATFORM_FILE_WRITE_ATTRIBUTES;
|
|
|
| PepperFileMessageFilter::PepperFileMessageFilter(int child_id,
|
|
|