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

Unified Diff: chrome/test/data/extensions/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/app_notifications/manifest.json
diff --git a/chrome/test/data/extensions/app_notifications/manifest.json b/chrome/test/data/extensions/app_notifications/manifest.json
deleted file mode 100644
index f0d26e2d42a636a88ca5de188bf03e018d83df67..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/app_notifications/manifest.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "Notifications Test App",
- "version": "0.5",
- "manifest_version": 2,
- "permissions": ["appNotifications"],
- "app": {
- "launch": {
- "local_path": "launch.html"
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698