mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
ungoogled/existing-switches: fix order of webrtc policy pref (#390)
This commit is contained in:
@@ -23,16 +23,16 @@
|
||||
+#ifndef CHROME_BROWSER_EXISTING_SWITCH_FLAG_CHOICES_H_
|
||||
+#define CHROME_BROWSER_EXISTING_SWITCH_FLAG_CHOICES_H_
|
||||
+const FeatureEntry::Choice kWebRTCIPPolicy[] = {
|
||||
+ {"Disable non proxied udp", "", ""},
|
||||
+ {"Default public interface only",
|
||||
+ "webrtc-ip-handling-policy",
|
||||
+ "default_public_interface_only"},
|
||||
+ {"Default",
|
||||
+ "webrtc-ip-handling-policy",
|
||||
+ "default"},
|
||||
+ {"Default public and private interfaces",
|
||||
+ "webrtc-ip-handling-policy",
|
||||
+ "default_public_and_private_interfaces"},
|
||||
+ {"Default public interface only",
|
||||
+ "webrtc-ip-handling-policy",
|
||||
+ "default_public_interface_only"},
|
||||
+ {"Disable non proxied udp", "", ""},
|
||||
+};
|
||||
+#endif // CHROME_BROWSER_EXISTING_SWITCH_FLAG_CHOICES_H_
|
||||
--- /dev/null
|
||||
|
||||
Reference in New Issue
Block a user