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

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

Issue 27722003: Windows-specific implementation of Networking Private API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use GetProcAddress to get WlanGetNetworkBssList function to avoid XP issues. 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 e9317da6b4bc0a12ff0ef0d0f3eabb3afbde9bec..355e7a9b3b20f096babe9c1769b812a84ce0edb5 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -422,7 +422,7 @@
"contexts": ["blessed_extension"]
},
"networkingPrivate": {
- "platforms": ["chromeos"],
+ "platforms": ["chromeos", "windows"],
"dependencies": ["permission:networkingPrivate"],
"contexts": ["blessed_extension"]
},

Powered by Google App Engine
This is Rietveld 408576698