Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4454)

Unified Diff: chrome/common/extensions/extension_constants.h

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/extension_constants.h
diff --git a/chrome/common/extensions/extension_constants.h b/chrome/common/extensions/extension_constants.h
index 6330e9b6e97e6b5f3cc2d2db674c776a1812f16c..9a8d6347ab903a6311930ab8bf667ecb15e0987b 100644
--- a/chrome/common/extensions/extension_constants.h
+++ b/chrome/common/extensions/extension_constants.h
@@ -261,10 +261,6 @@ namespace extension_misc {
// The path part of the file system url used for media file systems.
extern const char kMediaFileSystemPathPart[];
- // Error indicating that the app notifications API is not accessible by split
- // mode extensions in incognito windows.
- extern const char kAppNotificationsIncognitoError[];
-
// NOTE: If you change this list, you should also change kExtensionIconSizes
// in cc file.
enum ExtensionIcons {

Powered by Google App Engine
This is Rietveld 408576698