| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 699ce8df2460550182ffdea7fdaf0afc62d8ee9c..9286769e9b99c5bd64621172d1eccf57c65b880d 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -37,6 +37,9 @@ extern const char kChromeAppId[];
|
| // The extension id of the Cloud Print component application.
|
| extern const char kCloudPrintAppId[];
|
|
|
| +// The extension id of the Data Saver extension.
|
| +extern const char kDataSaverExtensionId[];
|
| +
|
| // The extension id of the Easy Unlock component application.
|
| extern const char kEasyUnlockAppId[];
|
|
|
|
|