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

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

Issue 179043005: [GCM] Remove the requirement for manifest key (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove cert 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/functions/register_without_key/manifest.json b/chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json
deleted file mode 100644
index 6acb9f8a7976dba9090ed70801c41267c5aeeef2..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/gcm/functions/register_without_key/manifest.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "manifest_version": 2,
- "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