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

Unified Diff: extensions/common/constants.h

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/common_manifest_handlers.cc ('k') | extensions/common/constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index fafcc894dcfee93603a82be1a93b29c3897de989..b4a546bd7f53d1040cae669bfdbe83882ce56402 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -208,6 +208,21 @@ struct IconRepresentationInfo {
extern const IconRepresentationInfo kExtensionActionIconSizes[];
const size_t kNumExtensionActionIconSizes = 2u;
+// The extension id of the PDF extension.
+extern const char kPdfExtensionId[];
+
+// The extension id of the Office Viewer component extension.
+extern const char kQuickOfficeComponentExtensionId[];
+
+// The extension id of the Office Viewer extension on the internal webstore.
+extern const char kQuickOfficeInternalExtensionId[];
+
+// The extension id of the Office Viewer extension.
+extern const char kQuickOfficeExtensionId[];
+
+// The extension id used for testing mimeHandlerPrivate.
+extern const char kMimeHandlerPrivateTestExtensionId[];
+
} // namespace extension_misc
#endif // EXTENSIONS_COMMON_CONSTANTS_H_
« no previous file with comments | « extensions/common/common_manifest_handlers.cc ('k') | extensions/common/constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698