| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 8ae02f2383ebcaee20a263b910a9a37e10e0f678..f3247eac09433191ba76de36aaabf0a9f9565513 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -109,6 +109,9 @@ namespace extension_misc {
|
| // The extension id of the Crosh component app for ChromeOS.
|
| extern const char kCroshBuiltinAppId[];
|
|
|
| + // The extension id of the PDF extension.
|
| + extern const char kPdfExtensionId[];
|
| +
|
| // The extension id of the Office Viewer component extension.
|
| extern const char kQuickOfficeComponentExtensionId[];
|
|
|
|
|