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

Unified Diff: chrome/browser/extensions/api/preference/preference_api.cc

Issue 1315223002: Add `privacy.network.webRTCNonProxiedUdpTransportEnabled` to extensions API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | chrome/browser/extensions/api/preference/preference_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/preference/preference_api.cc
diff --git a/chrome/browser/extensions/api/preference/preference_api.cc b/chrome/browser/extensions/api/preference/preference_api.cc
index ac80eb49dc6e367e9c629ccf8f2cc342deb12a10..0a460a870fae3abdf1cd12bb4a513861676b0d11 100644
--- a/chrome/browser/extensions/api/preference/preference_api.cc
+++ b/chrome/browser/extensions/api/preference/preference_api.cc
@@ -113,6 +113,9 @@ PrefMappingEntry kPrefMapping[] = {
#if defined(ENABLE_WEBRTC)
{"webRTCMultipleRoutesEnabled", prefs::kWebRTCMultipleRoutesEnabled,
APIPermission::kPrivacy, APIPermission::kPrivacy},
+ {"webRTCNonProxiedUdpEnabled",
+ prefs::kWebRTCNonProxiedUdpTransportEnabled,
+ APIPermission::kPrivacy, APIPermission::kPrivacy},
#endif
// accessibilityFeatures.animationPolicy is available for
// all platforms but the others from accessibilityFeatures
« no previous file with comments | « no previous file | chrome/browser/extensions/api/preference/preference_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698