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

Unified Diff: chrome/browser/chromeos/file_manager/file_browser_handlers.cc

Issue 310753003: Files.app: Separate Gallery.app should be the default handler for image files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/file_browser_handlers.cc
diff --git a/chrome/browser/chromeos/file_manager/file_browser_handlers.cc b/chrome/browser/chromeos/file_manager/file_browser_handlers.cc
index 91def40d5b2ef96f3a4172eb268a19b6fdd38fdd..31592312227714e07142d668638eec8c61f7b123 100644
--- a/chrome/browser/chromeos/file_manager/file_browser_handlers.cc
+++ b/chrome/browser/chromeos/file_manager/file_browser_handlers.cc
@@ -490,6 +490,7 @@ bool IsFallbackFileBrowserHandler(const file_tasks::TaskDescriptor& task) {
task.task_type == file_tasks::TASK_TYPE_FILE_HANDLER) &&
(task.app_id == kFileManagerAppId ||
task.app_id == kVideoPlayerAppId ||
+ task.app_id == kGalleryAppId ||
task.app_id == extension_misc::kQuickOfficeComponentExtensionId ||
task.app_id == extension_misc::kQuickOfficeInternalExtensionId ||
task.app_id == extension_misc::kQuickOfficeExtensionId));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698