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

Unified Diff: chrome/browser/ui/prefs/prefs_tab_helper.cc

Issue 1413393003: Change WebRTC IP handling policy from multiple booleans to an enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update GYP file with right order. Created 5 years, 1 month 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 | « chrome/browser/ui/browser_ui_prefs.cc ('k') | chrome/common/extensions/api/privacy.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/prefs/prefs_tab_helper.cc
diff --git a/chrome/browser/ui/prefs/prefs_tab_helper.cc b/chrome/browser/ui/prefs/prefs_tab_helper.cc
index 5cb2d6e067ac12b6808f94468a13a7d948ee9be2..1eb12687fe8659a69cb1d7deb285ff0bbe1187f0 100644
--- a/chrome/browser/ui/prefs/prefs_tab_helper.cc
+++ b/chrome/browser/ui/prefs/prefs_tab_helper.cc
@@ -339,6 +339,8 @@ class PrefWatcher : public KeyedService {
renderer_callback);
pref_change_registrar_.Add(prefs::kWebRTCNonProxiedUdpEnabled,
renderer_callback);
+ pref_change_registrar_.Add(prefs::kWebRTCIPHandlingPolicy,
+ renderer_callback);
#endif
#if !defined(OS_MACOSX)
« no previous file with comments | « chrome/browser/ui/browser_ui_prefs.cc ('k') | chrome/common/extensions/api/privacy.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698