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

Unified Diff: chrome/common/extensions/mime_types_handler.cc

Issue 13452002: Update manifest file for Quickoffice component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed transient Created 7 years, 9 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 | « chrome/browser/resources/quick_office/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/mime_types_handler.cc
diff --git a/chrome/common/extensions/mime_types_handler.cc b/chrome/common/extensions/mime_types_handler.cc
index 2d5214e3d4415dfa2343421b43f4f695cabf1b43..b4480d27247b2a97861d631a3cea25a486d3ef1f 100644
--- a/chrome/common/extensions/mime_types_handler.cc
+++ b/chrome/common/extensions/mime_types_handler.cc
@@ -24,8 +24,9 @@ namespace errors = extension_manifest_errors;
namespace {
const char* const kMIMETypeHandlersWhitelist[] = {
- extension_misc::kQuickOfficeExtensionId,
+ extension_misc::kQuickOfficeComponentExtensionId,
extension_misc::kQuickOfficeDevExtensionId,
+ extension_misc::kQuickOfficeExtensionId,
extension_misc::kStreamsPrivateTestExtensionId
};
« no previous file with comments | « chrome/browser/resources/quick_office/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698