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

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: Specify wlanapi.lib in chrome.gyp instead of #pragma comment. 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 8e58146f74dfed3c75f314e0fcfe624ee3f6857f..e1a0737cc1ef732f820c09a0b06e9d86344f61ab 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -391,7 +391,7 @@
"contexts": ["blessed_extension"]
},
"networkingPrivate": {
- "platforms": ["chromeos"],
+ "platforms": ["chromeos", "windows"],
Jói 2013/10/19 21:14:45 Just checking that this is intentional as part of
mef 2013/10/21 15:37:16 Yes, per discussion with tbarzic@ it will help ext
"dependencies": ["permission:networkingPrivate"],
"contexts": ["blessed_extension"]
},

Powered by Google App Engine
This is Rietveld 408576698