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

Unified Diff: extensions/common/api/_api_features.json

Issue 890663003: Use chrome.networkingPrivate in chrome://network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/browser/ui/webui/chromeos/network_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 0c0a2d1d3301a0a5ccb921307b07745e251ce04e..29d66b57570ea461e4f17251bcd96d5f9a5b05c8 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -204,7 +204,10 @@
},
"networkingPrivate": {
"dependencies": ["permission:networkingPrivate"],
not at google - send to devlin 2015/01/29 23:53:17 oh, this is a problem here. You can't depend on th
- "contexts": ["blessed_extension"]
+ "contexts": ["blessed_extension", "webui"],
+ "matches": [
+ "chrome://network/*"
+ ]
},
"power": {
"dependencies": ["permission:power"],
« no previous file with comments | « chrome/browser/ui/webui/chromeos/network_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698