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

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

Issue 9737001: Fix crash in AppNotifyChannelSetup when incognito profiles are used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: feedback + test failures Created 8 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.cc
diff --git a/chrome/common/extensions/extension_constants.cc b/chrome/common/extensions/extension_constants.cc
index 27ce70c934ab538fc358169971b2df334da082e4..32db926f69f55d5d4f2f037fd5978969861308b7 100644
--- a/chrome/common/extensions/extension_constants.cc
+++ b/chrome/common/extensions/extension_constants.cc
@@ -98,5 +98,7 @@ const char kAccessExtensionPath[] =
"/usr/share/chromeos-assets/accessibility/extensions";
const char kChromeVoxDirectoryName[] = "access_chromevox";
#endif
-
+const char kAppNotificationsIncognitoError[] =
+ "This API is not accessible by 'split' mode "
+ "extensions in incognito windows.";
}
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | chrome/test/data/extensions/api_test/app_notifications/launch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698