| 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_
|
|
|