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

Unified Diff: chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json

Issue 14301016: Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect and (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add key to app1/manifest.json Created 7 years, 8 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/platform_apps/messaging/app1/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json b/chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json
index bb0beb69cc2cc289de234c5d50d256b53e7e1164..7f332ca7409e26f23b87a01ca8703a951ee8a7cc 100644
--- a/chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json
@@ -1,4 +1,5 @@
{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChIkos4QMuz7xmtnVIPCRZmcKzLyyvChW508KvpVWhdJZjnMShxVqH5QwrEzwtRhK1bTX/Y+7kmKGb9z49O//4KY/gFZQyiRNDnqv85L7fz7ceobLozwQWkhTFafYS39VMs00G0FvgQvEM1gO/Kg3eWVTFRUJCHHrMkO1De2Xd+wIDAQAB",
"name": "Messaging Test App 1",
"version": "0.5",
"permissions": [ "app.runtime" ],

Powered by Google App Engine
This is Rietveld 408576698