| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 3061658353f93fefcd81f5389b6c64571a8493d4..e600acbcb9372b47bf6ee78725419ac8296bfb22 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -864,7 +864,7 @@ ChromeContentBrowserClient::CreateQuotaPermissionContext() {
|
| }
|
|
|
| void ChromeContentBrowserClient::OpenItem(const FilePath& path) {
|
| - platform_util::OpenItem(path);
|
| + platform_util::OpenItem(path, NULL);
|
| }
|
|
|
| void ChromeContentBrowserClient::ShowItemInFolder(const FilePath& path) {
|
|
|