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

Unified Diff: extensions/common/constants.cc

Issue 797183005: Add a mimeHandler extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@streams-lifetime
Patch Set: rebase Created 5 years, 11 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 | « extensions/common/constants.h ('k') | extensions/common/manifest_handlers/mime_types_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.cc
diff --git a/extensions/common/constants.cc b/extensions/common/constants.cc
index c9fe31c3a45fb29772c09eb99c23b5a0247e8ff1..b6eac0f6ca6021d0502c895060c34fed4b8f4c54 100644
--- a/extensions/common/constants.cc
+++ b/extensions/common/constants.cc
@@ -84,4 +84,13 @@ COMPILE_ASSERT(kNumExtensionActionIconSizes ==
arraysize(kExtensionActionIconSizes),
num_action_icon_sizes_must_be_in_sync_with_action_icon_sizes);
+const char kPdfExtensionId[] = "mhjfbmdgcfjbbpaeojofohoefgiehjai";
+const char kQuickOfficeComponentExtensionId[] =
+ "bpmcpldpdmajfigpchkicefoigmkfalc";
+const char kQuickOfficeInternalExtensionId[] =
+ "ehibbfinohgbchlgdbfpikodjaojhccn";
+const char kQuickOfficeExtensionId[] = "gbkeegbaiigmenfmjfclcdgdpimamgkj";
+const char kMimeHandlerPrivateTestExtensionId[] =
+ "oickdpebdnfbgkcaoklfcdhjniefkcji";
+
} // namespace extension_misc
« no previous file with comments | « extensions/common/constants.h ('k') | extensions/common/manifest_handlers/mime_types_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698