Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(948)

Unified Diff: chrome/browser/chromeos/extensions/file_browser_event_router.cc

Issue 12255024: Re-enable photo importer in Files.app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4f34fe5f4449188bdf45a637d5be4a2f0f32f634..66c97699663101ed5a29370479421e78eeb47723 100644
--- a/chrome/browser/chromeos/extensions/file_browser_event_router.cc
+++ b/chrome/browser/chromeos/extensions/file_browser_event_router.cc
@@ -673,9 +673,7 @@ void FileBrowserEventRouter::ShowRemovableDeviceInFileManager(
chromeos::ScreenLocker::default_screen_locker())
return;
- // To enable Photo Import call file_manager_util::OpenActionChoiceDialog
- // instead.
- file_manager_util::ViewRemovableDrive(base::FilePath(mount_path));
+ file_manager_util::OpenActionChoiceDialog(FilePath(mount_path));
hashimoto 2013/02/14 08:30:18 nit: It seems no one uses ViewRemovableDrive after
mtomasz 2013/02/14 08:43:39 I'm going to use it in m27. The loader will not be
hashimoto 2013/02/14 08:46:37 OK, sgtm.
}
void FileBrowserEventRouter::OnDiskAdded(
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698