Index: chrome/browser/chromeos/extensions/file_browser_event_router.cc |
=================================================================== |
--- chrome/browser/chromeos/extensions/file_browser_event_router.cc (revision 109689) |
+++ chrome/browser/chromeos/extensions/file_browser_event_router.cc (working copy) |
@@ -343,7 +343,7 @@ |
mount_info.mount_type == chromeos::MOUNT_TYPE_DEVICE && |
!mount_info.mount_condition && |
event == chromeos::MountLibrary::MOUNTING) { |
- FileManagerUtil::ShowFullTabUrl(profile_, FilePath(mount_info.mount_path)); |
+ FileManagerUtil::ViewFolder(FilePath(mount_info.mount_path)); |
} |
} |