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

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

Issue 187803005: Remove uses of the Legacy Notification API and tests on Linux Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/no_html/manifest.json
diff --git a/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json b/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
deleted file mode 100644
index f9b76e295d2cd3c7828645d77f650f87755ef173..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/notifications/no_html/manifest.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "name": "notifications test",
- "version": "1",
- "manifest_version": 2,
- "permissions": [ "tabs", "notifications" ],
- "background": {
- "scripts": ["background.js"]
- }
-}

Powered by Google App Engine
This is Rietveld 408576698