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

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

Issue 447543003: Revert 287692 "Add a browser test for functions in notification ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 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
« no previous file with comments | « trunk/src/chrome/test/data/extensions/api_test/notification_provider/basic_usage/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json
===================================================================
--- trunk/src/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json (revision 287721)
+++ trunk/src/chrome/test/data/extensions/api_test/notification_provider/basic_usage/manifest.json (working copy)
@@ -1,13 +0,0 @@
-{
- "name": "chrome.notificationProvider",
- "version": "0.1",
- "description": "Tests chrome.notificationProvider API functions",
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "permissions": [
- "notificationProvider"
- ]
-}
« no previous file with comments | « trunk/src/chrome/test/data/extensions/api_test/notification_provider/basic_usage/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698