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

Unified Diff: chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json

Issue 167063004: [GCM] Move the manifest key checking logic to gcm.register function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address feedback Created 6 years, 10 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/gcm/functions/register_without_key/manifest.json
diff --git a/chrome/test/data/extensions/api_test/gcm/events/manifest.json b/chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json
similarity index 71%
copy from chrome/test/data/extensions/api_test/gcm/events/manifest.json
copy to chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json
index e796868134a58bb4dfecd229423c9abff128233c..6acb9f8a7976dba9090ed70801c41267c5aeeef2 100644
--- a/chrome/test/data/extensions/api_test/gcm/events/manifest.json
+++ b/chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json
@@ -3,5 +3,8 @@
"name": "Test GCM App",
"version": "1.0",
"description": "Tests GCM API",
+ "background": {
+ "scripts": ["register.js"]
+ },
"permissions": ["gcm"]
}

Powered by Google App Engine
This is Rietveld 408576698