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

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

Issue 50523011: Revert 231504 "Make app APIs implicit within _api_features.json ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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: trunk/src/chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json
===================================================================
--- trunk/src/chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json (revision 231915)
+++ trunk/src/chrome/test/data/extensions/platform_apps/messaging/app1/manifest.json (working copy)
@@ -2,6 +2,7 @@
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChIkos4QMuz7xmtnVIPCRZmcKzLyyvChW508KvpVWhdJZjnMShxVqH5QwrEzwtRhK1bTX/Y+7kmKGb9z49O//4KY/gFZQyiRNDnqv85L7fz7ceobLozwQWkhTFafYS39VMs00G0FvgQvEM1gO/Kg3eWVTFRUJCHHrMkO1De2Xd+wIDAQAB",
"name": "Messaging Test App 1",
"version": "0.5",
+ "permissions": [ "app.runtime" ],
"app": {
"background": {
"scripts": ["background.js"]

Powered by Google App Engine
This is Rietveld 408576698