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

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

Issue 186393002: Update QuickOffice ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove retainEntries change Created 6 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/common/extensions/api/_permission_features.json » ('j') | 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 727055040913f3d0c0b4c28fd5f62e8251d5cb26..7e8802b7f9ac10382e449bbc8e95deb4c8e83006 100644
--- a/chrome/browser/chromeos/file_manager/file_browser_handlers.cc
+++ b/chrome/browser/chromeos/file_manager/file_browser_handlers.cc
@@ -505,7 +505,7 @@ bool IsFallbackFileBrowserHandler(const file_tasks::TaskDescriptor& task) {
return (task.task_type == file_tasks::TASK_TYPE_FILE_BROWSER_HANDLER &&
(task.app_id == kFileManagerAppId ||
task.app_id == extension_misc::kQuickOfficeComponentExtensionId ||
- task.app_id == extension_misc::kQuickOfficeDevExtensionId ||
+ task.app_id == extension_misc::kQuickOfficeInternalExtensionId ||
task.app_id == extension_misc::kQuickOfficeExtensionId));
}
« no previous file with comments | « no previous file | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698