| Index: content/browser/renderer_host/browser_render_process_host.cc
|
| diff --git a/content/browser/renderer_host/browser_render_process_host.cc b/content/browser/renderer_host/browser_render_process_host.cc
|
| index 282ef9a24cd44b8021dc8e21c11bede1d127e0c6..c241c5339b6484bf3b858c696b9ed6cc240a4ae1 100644
|
| --- a/content/browser/renderer_host/browser_render_process_host.cc
|
| +++ b/content/browser/renderer_host/browser_render_process_host.cc
|
| @@ -209,12 +209,12 @@ BrowserRenderProcessHost::BrowserRenderProcessHost(Profile* profile)
|
| base::PLATFORM_FILE_CREATE |
|
| base::PLATFORM_FILE_OPEN_ALWAYS |
|
| base::PLATFORM_FILE_CREATE_ALWAYS |
|
| + base::PLATFORM_FILE_OPEN_TRUNCATED |
|
| base::PLATFORM_FILE_READ |
|
| base::PLATFORM_FILE_WRITE |
|
| base::PLATFORM_FILE_EXCLUSIVE_READ |
|
| base::PLATFORM_FILE_EXCLUSIVE_WRITE |
|
| base::PLATFORM_FILE_ASYNC |
|
| - base::PLATFORM_FILE_TRUNCATE |
|
| base::PLATFORM_FILE_WRITE_ATTRIBUTES);
|
|
|
| // Note: When we create the BrowserRenderProcessHost, it's technically
|
|
|