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

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

Issue 2659533003: Remove the notificationProvider extension API (Closed)
Patch Set: Remove the notificationProvider extension API Created 3 years, 10 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_provider/basic_usage/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json b/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json
deleted file mode 100644
index 026fc0087d76f2d9854048fac76d596ff3867b4c..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "name": "chrome.notificationProvider",
- "version": "0.1",
- "description": "Tests chrome.notificationProvider API functions",
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "permissions": [
- "notificationProvider", "notifications"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698