Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| =================================================================== |
| --- chrome/browser/ui/browser.cc (revision 110571) |
| +++ chrome/browser/ui/browser.cc (working copy) |
| @@ -2506,7 +2506,7 @@ |
| const FilePath& path) { |
| ChildProcessSecurityPolicy* policy = |
| ChildProcessSecurityPolicy::GetInstance(); |
| - if (!policy->CanReadDirectory(tab->render_view_host()->process()->id(), |
| + if (!policy->CanReadDirectory(tab->render_view_host()->process()->GetID(), |
| path)) { |
| return; |
| } |