| Index: content/browser/worker_host/worker_process_host.cc
|
| ===================================================================
|
| --- content/browser/worker_host/worker_process_host.cc (revision 77587)
|
| +++ content/browser/worker_host/worker_process_host.cc (working copy)
|
| @@ -182,7 +182,7 @@
|
| ChildProcessSecurityPolicy::GetInstance()->GrantPermissionsForFile(
|
| id(),
|
| GetChromeURLRequestContext()->file_system_context()->
|
| - path_manager()->base_path(),
|
| + path_manager()->sandbox_provider()->base_path(),
|
| base::PLATFORM_FILE_OPEN |
|
| base::PLATFORM_FILE_CREATE |
|
| base::PLATFORM_FILE_OPEN_ALWAYS |
|
|
|