| Index: chrome/common/extensions/extension_constants.h
|
| diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
|
| index 1ac204bd9047eec6642ff64027dce38bde1f47b7..a4dc57d6348387895ab5f674d6bf012e8f6bedd8 100644
|
| --- a/chrome/common/extensions/extension_constants.h
|
| +++ b/chrome/common/extensions/extension_constants.h
|
| @@ -220,6 +220,10 @@ namespace extension_misc {
|
| UNLOAD_REASON_UNINSTALL, // Extension is being uninstalled.
|
| UNLOAD_REASON_TERMINATE, // Extension has terminated.
|
| };
|
| +
|
| + // Error indicating that the app notifications API is not accessible by split
|
| + // mode extensions in incognito windows.
|
| + extern const char kAppNotificationsIncognitoError[];
|
| } // extension_misc
|
|
|
| #endif // CHROME_COMMON_EXTENSIONS_EXTENSION_CONSTANTS_H_
|
|
|