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

Unified Diff: chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json

Issue 12313115: Take notification API out of experimental. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflict. 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/test/data/extensions/api_test/notifications/api/csp/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notification/api/by_user/manifest.json b/chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json
similarity index 54%
rename from chrome/test/data/extensions/api_test/notification/api/by_user/manifest.json
rename to chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json
index de79f22fb5c2f01877d81b78067c59f24f053b3d..2d6d41e63f42b7b59000df065399250f3079747a 100644
--- a/chrome/test/data/extensions/api_test/notification/api/by_user/manifest.json
+++ b/chrome/test/data/extensions/api_test/notifications/api/csp/manifest.json
@@ -1,13 +1,13 @@
{
- "name": "chrome.notification",
+ "name": "chrome.notifications",
"version": "0.1",
- "description": "chrome.notification API events",
+ "description": "chrome.notifications API CSP",
"app": {
"background": {
"scripts": ["background.js"]
}
},
"permissions": [
- "experimental"
+ "notifications"
]
}

Powered by Google App Engine
This is Rietveld 408576698