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

Unified Diff: chrome/test/data/extensions/api_test/native_messaging/manifest.json

Issue 12300041: Add nativeMessaging extension permission (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « chrome/renderer/extensions/runtime_custom_bindings.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/native_messaging/manifest.json
diff --git a/chrome/test/data/extensions/api_test/native_messaging/manifest.json b/chrome/test/data/extensions/api_test/native_messaging/manifest.json
index 487e572a6836768013234bf27ce7720cc5fb6905..f7d8507fb7170948c04a33b3e6d5ee46cb5c3222 100644
--- a/chrome/test/data/extensions/api_test/native_messaging/manifest.json
+++ b/chrome/test/data/extensions/api_test/native_messaging/manifest.json
@@ -7,5 +7,8 @@
"description": "Test the basic functionality of passing native messages.",
"background": {
"scripts": ["test.js"]
- }
+ },
+ "permissions": [
+ "nativeMessaging"
+ ]
}
« no previous file with comments | « chrome/renderer/extensions/runtime_custom_bindings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698