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

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

Issue 10826156: Plumb invalidations from Tango to the extensions code for the Push Messaging API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Android build Created 8 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 | « chrome/test/data/extensions/api_test/push_messaging/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/push_messaging/manifest.json
diff --git a/chrome/test/data/extensions/api_test/push_messaging/manifest.json b/chrome/test/data/extensions/api_test/push_messaging/manifest.json
index dc0e790ca6e0895cb40a96ea40a33287eb2098d8..153aafa1588fd43cbd874218e407f620799027e3 100644
--- a/chrome/test/data/extensions/api_test/push_messaging/manifest.json
+++ b/chrome/test/data/extensions/api_test/push_messaging/manifest.json
@@ -2,6 +2,11 @@
"name": "push_messaging",
"version": "1.0",
"manifest_version": 2,
+ "app": {
+ "background": {
+ "scripts": ["background.js"]
+ }
+ },
"description": "Tests push messaging API.",
- "permissions": ["experimental"]
+ "permissions": ["experimental", "pushMessaging"]
}
« no previous file with comments | « chrome/test/data/extensions/api_test/push_messaging/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698