| Index: chrome/browser/chromeos/extensions/file_browser_event_router.cc
|
| diff --git a/chrome/browser/chromeos/extensions/file_browser_event_router.cc b/chrome/browser/chromeos/extensions/file_browser_event_router.cc
|
| index 4a5cce97c1e8058a635db7045772674ea53978f3..053b83c01ecbc3f2dddad17de576617329392e98 100644
|
| --- a/chrome/browser/chromeos/extensions/file_browser_event_router.cc
|
| +++ b/chrome/browser/chromeos/extensions/file_browser_event_router.cc
|
| @@ -625,7 +625,9 @@ void FileBrowserEventRouter::DispatchMountEvent(
|
| mount_info.mount_type == chromeos::MOUNT_TYPE_DEVICE &&
|
| !mount_info.mount_condition &&
|
| event == DiskMountManager::MOUNTING) {
|
| - file_manager_util::OpenActionChoiceDialog(FilePath(mount_info.mount_path));
|
| + // To enable Photo Import call file_manager_util::OpenActionChoiceDialog
|
| + // instead.
|
| + file_manager_util::ViewRemovableDrive(FilePath(mount_info.mount_path));
|
| }
|
| }
|
|
|
|
|