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

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: Use using chromeos:: to avoid lengthy namespace prefixes. Created 7 years, 2 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 cc6e8a4958230c9d74f713e53808c8df164ad88d..47fe6d9a489f036c4c04f653c205c6c2070b1168 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -391,7 +391,6 @@
"contexts": ["blessed_extension"]
},
"networkingPrivate": {
- "platform": "chromeos",
cbentzel 2013/10/16 12:51:36 Should you leave an exclusion for Linux?
cbentzel 2013/10/16 13:09:26 Actually, restrict this to only the platforms wher
mef 2013/10/17 02:33:25 Done.
"dependencies": ["permission:networkingPrivate"],
"contexts": ["blessed_extension"]
},

Powered by Google App Engine
This is Rietveld 408576698