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

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

Issue 296113009: Revert 272211 "Allow high-res bitmaps to be passed in from notif..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/chrome/test/data/extensions/api_test/notifications/api/basic_usage/manifest.json
===================================================================
--- trunk/src/chrome/test/data/extensions/api_test/notifications/api/basic_usage/manifest.json (revision 272269)
+++ trunk/src/chrome/test/data/extensions/api_test/notifications/api/basic_usage/manifest.json (working copy)
@@ -1,13 +0,0 @@
-{
- "name": "chrome.notifications",
- "version": "0.1",
- "description": "chrome.notifications API events",
- "app": {
- "background": {
- "scripts": ["background.js"]
- }
- },
- "permissions": [
- "notifications"
- ]
-}

Powered by Google App Engine
This is Rietveld 408576698