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

Unified Diff: chrome/common/extensions/mime_types_handler.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 | « chrome/common/extensions/extension_constants.cc ('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 c63801be1cafd169923c2b0e9f7ebba4f5761e42..ea822274e56c52374d56964a4f41e54deabc6c4a 100644
--- a/chrome/common/extensions/mime_types_handler.cc
+++ b/chrome/common/extensions/mime_types_handler.cc
@@ -19,12 +19,11 @@ namespace errors = extensions::manifest_errors;
namespace {
const char* const kMIMETypeHandlersWhitelist[] = {
- extension_misc::kPdfExtensionId,
- extension_misc::kQuickOfficeComponentExtensionId,
- extension_misc::kQuickOfficeDevExtensionId,
- extension_misc::kQuickOfficeExtensionId,
- extension_misc::kStreamsPrivateTestExtensionId
-};
+ extension_misc::kPdfExtensionId,
+ extension_misc::kQuickOfficeComponentExtensionId,
+ extension_misc::kQuickOfficeInternalExtensionId,
+ extension_misc::kQuickOfficeExtensionId,
+ extension_misc::kStreamsPrivateTestExtensionId};
// Stored on the Extension.
struct MimeTypesHandlerInfo : public extensions::Extension::ManifestData {
« no previous file with comments | « chrome/common/extensions/extension_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698