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

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

Issue 22295002: Base infrastructure for Networking Private API on Windows and Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed (some) codereview comments. Created 7 years, 3 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index 4acfde39bb95ef0f00706fa00ab35b950ffa1d1c..ce04883327c94a05afa8c101865b2ba3e31fff0e 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -355,7 +355,6 @@
"contexts": ["blessed_extension"]
},
"networkingPrivate": {
- "platform": "chromeos",
tbarzic 2013/10/03 20:19:00 can we specify multiple platforms here? it would b
mef 2013/10/08 21:46:26 AFAIU currently "platform" could only specify "chr
tbarzic 2013/10/10 20:58:39 ok, we could add "platforms": ["windows", "chromeo
mef 2013/10/11 22:16:29 Fair point. I'll add other platforms handling as s
tbarzic 2013/10/12 02:14:09 sg
mef 2013/10/17 02:33:24 Done.
"dependencies": ["permission:networkingPrivate"],
"contexts": ["blessed_extension"]
},

Powered by Google App Engine
This is Rietveld 408576698