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

Unified Diff: chrome/test/data/extensions/api_test/app_notifications/manifest.json

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/test/data/extensions/api_test/app_notifications/manifest.json
diff --git a/chrome/test/data/extensions/api_test/app_notifications/manifest.json b/chrome/test/data/extensions/api_test/app_notifications/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..44103b49b202c9ac56716a5e1d56a610c2691fbd
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/app_notifications/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Notifications Test App",
+ "version": "1",
+ "manifest_version": 2,
+ "permissions": ["experimental", "appNotifications"],
+ "incognito": "split",
+ "app": {
+ "launch": {
+ "local_path": "launch.html"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698