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

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

Issue 13604005: Prevent chrome.app JSON schema from loading on every page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: register bindings only for APIs available to the context 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/app.json
diff --git a/chrome/common/extensions/api/app.json b/chrome/common/extensions/api/app.json
index 0faef3c17eaecc59f5f1ee72880d0d778f75c2a2..7735f630253db54ac95dd761206a24bb870c2e78 100644
--- a/chrome/common/extensions/api/app.json
+++ b/chrome/common/extensions/api/app.json
@@ -6,8 +6,6 @@
{
"namespace": "app",
"nodoc": true,
- "unprivileged": true,
- "matches": [ "<all_urls>" ],
"types": [
{
"id": "Details",

Powered by Google App Engine
This is Rietveld 408576698