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

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

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge conflicts. 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/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
deleted file mode 100644
index 44103b49b202c9ac56716a5e1d56a610c2691fbd..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/app_notifications/manifest.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "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