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

Unified Diff: chrome/test/data/extensions/api_test/notification/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/notification/api/csp/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notification/api/csp/manifest.json b/chrome/test/data/extensions/api_test/notification/api/csp/manifest.json
deleted file mode 100644
index de79f22fb5c2f01877d81b78067c59f24f053b3d..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/notification/api/csp/manifest.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "chrome.notification",
- "version": "0.1",
- "description": "chrome.notification API events",
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "permissions": [
- "experimental"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698