| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 9aa8f13cf0f46991b29a8ead6768811da2c5a4d1..86192d11b6b7ccc8bf228f69dfe1f1c8bc5a9023 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -230,6 +230,8 @@ extern const char kSpeechSynthesisExtensionId[];
|
| extern const char kWallpaperManagerId[];
|
| // The extension id of the first run dialog application.
|
| extern const char kFirstRunDialogId[];
|
| +// The extension id of the new ZIP unpacker extension.
|
| +extern const char kZIPUnpackerExtensionId[];
|
| #endif
|
|
|
| // What causes an extension to be installed? Used in histograms, so don't
|
|
|