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

Unified Diff: chrome/common/extensions/api/extension.json

Issue 14494013: Allow API functions and events to have entries in _api_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix browser_tests, Stubs now inspects _api_features.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/common/extensions/api/extension.json
diff --git a/chrome/common/extensions/api/extension.json b/chrome/common/extensions/api/extension.json
index a6844d20aa82673351891952bf1a8bd09d68f81d..2bbb1ee0969f4ffe0545bfe63e73e35d7d57b867 100644
--- a/chrome/common/extensions/api/extension.json
+++ b/chrome/common/extensions/api/extension.json
@@ -8,6 +8,7 @@
"compiler_options": {
"implemented_in": "chrome/browser/extensions/api/module/module.h"
},
+ "check_unprivileged": true,
"types": [
{
"id": "MessageSender",

Powered by Google App Engine
This is Rietveld 408576698