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

Unified Diff: chrome/test/data/extensions/api_test/gcm/functions/send_message_data/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: 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/send_message_data/manifest.json
diff --git a/chrome/test/data/extensions/api_test/gcm/functions/send_message_data/manifest.json b/chrome/test/data/extensions/api_test/gcm/functions/send_message_data/manifest.json
index 46003cc01f05e4f5317e94af9116ac6e22dd21ed..34426c4c847a0f0fa7b155822689d8dbb263b310 100644
--- a/chrome/test/data/extensions/api_test/gcm/functions/send_message_data/manifest.json
+++ b/chrome/test/data/extensions/api_test/gcm/functions/send_message_data/manifest.json
@@ -1,7 +1,6 @@
{
"manifest_version": 2,
"name": "Test GCM App",
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCzXCAvAUOKVNuBGWfaRY6QW1YSs+2EnmERkltllVyk9T6H/a7wkdBAKpvKsEbE9PtjmHrP/Jh/XFX1AdpTFAJ7KsQ55GdyTwUW7iB5HsR4NI6dXewK2ba+vDbtBLytR9msXFpvuVnAsEmLlHf9RGuxczvOEbGXcHkUw0AuzGu72wIDAQAB",
"version": "1.0",
"description": "Tests GCM API",
"background": {

Powered by Google App Engine
This is Rietveld 408576698