update command-line backlist switches

part of the diff comes from the fact that we've bumped
to a new version of libcc.

another part comes from adding network_switch_list.h, whose
switch definitions follow a slightly different format.
This commit is contained in:
Charles Kerr 2018-05-02 20:58:22 -05:00
parent 82329124ff
commit 1b8b73ce71

View file

@ -43,12 +43,12 @@ bool IsUrlArg(const base::CommandLine::CharType* arg) {
* Update the list by pasting the following command into bash * Update the list by pasting the following command into bash
* in libchromiumcontent/src/: * in libchromiumcontent/src/:
(find ./ -name "*switches.cc" | \ (find ./ \( -name "*switches.cc" -o -name "*switch_list.h" \) | \
xargs grep -P --no-filename "\"\S+\";" | \ xargs grep -P --no-filename '"\S+"[);]$' | \
perl -pe 's|^.*?"(\S+)";| "$1",|'; \ perl -pe 's|^.*?"(\S+)"[);]$| "$1",|'; \
echo ' "inspect",'; \ echo ' "inspect",'; \
echo ' "inspect-brk",') | \ echo ' "inspect-brk",') | \
LANG=C sort | \ LANG="C" sort | \
uniq > blacklist-switches.txt uniq > blacklist-switches.txt
*/ */
@ -60,9 +60,11 @@ const char* kBlacklist[] = {
"/prefetch:5", "/prefetch:5",
"/prefetch:6", "/prefetch:6",
"/prefetch:8", "/prefetch:8",
"0",
"?", "?",
"BlacklistOnly",
"ChromeOSMemoryPressureHandling", "ChromeOSMemoryPressureHandling",
"Disabled",
"OnlineCheckOnly",
"SafeSites", "SafeSites",
"accept-resource-provider", "accept-resource-provider",
"account-consistency", "account-consistency",
@ -144,6 +146,7 @@ const char* kBlacklist[] = {
"ash-constrain-pointer-to-root", "ash-constrain-pointer-to-root",
"ash-debug-shortcuts", "ash-debug-shortcuts",
"ash-dev-shortcuts", "ash-dev-shortcuts",
"ash-disable-shelf-model-synchronization",
"ash-disable-smooth-screen-rotation", "ash-disable-smooth-screen-rotation",
"ash-disable-tablet-autohide-titlebars", "ash-disable-tablet-autohide-titlebars",
"ash-disable-touch-exploration-mode", "ash-disable-touch-exploration-mode",
@ -154,6 +157,7 @@ const char* kBlacklist[] = {
"ash-enable-scale-settings-tray", "ash-enable-scale-settings-tray",
"ash-enable-software-mirroring", "ash-enable-software-mirroring",
"ash-enable-unified-desktop", "ash-enable-unified-desktop",
"ash-enable-wayland-server",
"ash-estimated-presentation-delay", "ash-estimated-presentation-delay",
"ash-hide-notifications-for-factory", "ash-hide-notifications-for-factory",
"ash-host-window-bounds", "ash-host-window-bounds",
@ -174,7 +178,6 @@ const char* kBlacklist[] = {
"autoplay-policy", "autoplay-policy",
"blink-settings", "blink-settings",
"bootstrap", "bootstrap",
"browser",
"browser-startup-dialog", "browser-startup-dialog",
"browser-subprocess-path", "browser-subprocess-path",
"browser-test", "browser-test",
@ -186,6 +189,7 @@ const char* kBlacklist[] = {
"cc-layer-tree-test-long-timeout", "cc-layer-tree-test-long-timeout",
"cc-layer-tree-test-no-timeout", "cc-layer-tree-test-no-timeout",
"cc-rebaseline-pixeltests", "cc-rebaseline-pixeltests",
"cdm",
"cellular-first", "cellular-first",
"cellular-only", "cellular-only",
"check-for-update-interval", "check-for-update-interval",
@ -196,6 +200,7 @@ const char* kBlacklist[] = {
"cipher-suite-blacklist", "cipher-suite-blacklist",
"clamshell", "clamshell",
"class", "class",
"clear-key-cdm-path-for-testing",
"clear-token-service", "clear-token-service",
"cloud-print-file", "cloud-print-file",
"cloud-print-file-type", "cloud-print-file-type",
@ -211,6 +216,7 @@ const char* kBlacklist[] = {
"connectivity-check-url", "connectivity-check-url",
"conservative", "conservative",
"content-image-texture-target", "content-image-texture-target",
"content-shell-hide-toolbar",
"content-shell-host-window-size", "content-shell-host-window-size",
"controller", "controller",
"crash-dumps-dir", "crash-dumps-dir",
@ -291,6 +297,7 @@ const char* kBlacklist[] = {
"disable-blink-features", "disable-blink-features",
"disable-boot-animation", "disable-boot-animation",
"disable-breakpad", "disable-breakpad",
"disable-browser-side-navigation",
"disable-browser-task-scheduler", "disable-browser-task-scheduler",
"disable-bundled-ppapi-flash", "disable-bundled-ppapi-flash",
"disable-canvas-aa", "disable-canvas-aa",
@ -305,7 +312,9 @@ const char* kBlacklist[] = {
"disable-component-update", "disable-component-update",
"disable-composited-antialiasing", "disable-composited-antialiasing",
"disable-contextual-search", "disable-contextual-search",
"disable-crash-reporter",
"disable-d3d11", "disable-d3d11",
"disable-data-reduction-proxy-warmup-url-fetch",
"disable-databases", "disable-databases",
"disable-datasaver-prompt", "disable-datasaver-prompt",
"disable-default-apps", "disable-default-apps",
@ -324,7 +333,6 @@ const char* kBlacklist[] = {
"disable-dwm-composition", "disable-dwm-composition",
"disable-encryption-migration", "disable-encryption-migration",
"disable-eol-notification", "disable-eol-notification",
"disable-es3-apis",
"disable-es3-gl-context", "disable-es3-gl-context",
"disable-extensions", "disable-extensions",
"disable-extensions-except", "disable-extensions-except",
@ -347,6 +355,7 @@ const char* kBlacklist[] = {
"disable-gl-extensions", "disable-gl-extensions",
"disable-glsl-translator", "disable-glsl-translator",
"disable-gpu", "disable-gpu",
"disable-gpu-async-worker-context",
"disable-gpu-compositing", "disable-gpu-compositing",
"disable-gpu-driver-bug-workarounds", "disable-gpu-driver-bug-workarounds",
"disable-gpu-early-init", "disable-gpu-early-init",
@ -364,6 +373,7 @@ const char* kBlacklist[] = {
"disable-histogram-customizer", "disable-histogram-customizer",
"disable-hosted-app-shim-creation", "disable-hosted-app-shim-creation",
"disable-hosted-apps-in-windows", "disable-hosted-apps-in-windows",
"disable-http2",
"disable-in-process-stack-traces", "disable-in-process-stack-traces",
"disable-infobars", "disable-infobars",
"disable-input-ime-api", "disable-input-ime-api",
@ -431,6 +441,7 @@ const char* kBlacklist[] = {
"disable-proximity-auth-bluetooth-low-energy-discovery", "disable-proximity-auth-bluetooth-low-energy-discovery",
"disable-pull-to-refresh-effect", "disable-pull-to-refresh-effect",
"disable-push-api-background-mode", "disable-push-api-background-mode",
"disable-quic",
"disable-reading-from-canvas", "disable-reading-from-canvas",
"disable-remote-core-animation", "disable-remote-core-animation",
"disable-remote-fonts", "disable-remote-fonts",
@ -447,12 +458,10 @@ const char* kBlacklist[] = {
"disable-setuid-sandbox", "disable-setuid-sandbox",
"disable-shader-name-hashing", "disable-shader-name-hashing",
"disable-shared-workers", "disable-shared-workers",
"disable-signin-promo",
"disable-signin-scoped-device-id", "disable-signin-scoped-device-id",
"disable-single-click-autofill", "disable-single-click-autofill",
"disable-skia-runtime-opts", "disable-skia-runtime-opts",
"disable-slim-navigation-manager", "disable-slim-navigation-manager",
"disable-slimming-paint-invalidation",
"disable-smooth-scrolling", "disable-smooth-scrolling",
"disable-software-rasterizer", "disable-software-rasterizer",
"disable-speech-api", "disable-speech-api",
@ -477,11 +486,13 @@ const char* kBlacklist[] = {
"disable-virtual-keyboard-overscroll", "disable-virtual-keyboard-overscroll",
"disable-voice-input", "disable-voice-input",
"disable-volume-adjust-sound", "disable-volume-adjust-sound",
"disable-vsync-for-tests",
"disable-wake-on-wifi", "disable-wake-on-wifi",
"disable-web-notification-custom-layouts", "disable-web-notification-custom-layouts",
"disable-web-security", "disable-web-security",
"disable-webgl", "disable-webgl",
"disable-webgl-image-chromium", "disable-webgl-image-chromium",
"disable-webgl2",
"disable-webrtc-encryption", "disable-webrtc-encryption",
"disable-webrtc-hw-decoding", "disable-webrtc-hw-decoding",
"disable-webrtc-hw-encoding", "disable-webrtc-hw-encoding",
@ -507,8 +518,6 @@ const char* kBlacklist[] = {
"dump-blink-runtime-call-stats", "dump-blink-runtime-call-stats",
"dump-browser-histograms", "dump-browser-histograms",
"dump-dom", "dump-dom",
"eafe-path",
"eafe-url",
"easy-unlock-app-path", "easy-unlock-app-path",
"edge-touch-filtering", "edge-touch-filtering",
"egl", "egl",
@ -539,12 +548,14 @@ const char* kBlacklist[] = {
"enable-bookmark-undo", "enable-bookmark-undo",
"enable-browser-side-navigation", "enable-browser-side-navigation",
"enable-browser-task-scheduler", "enable-browser-task-scheduler",
"enable-captive-portal-random-url",
"enable-cast-receiver", "enable-cast-receiver",
"enable-checker-imaging", "enable-checker-imaging",
"enable-chromevox-arc-support", "enable-chromevox-arc-support",
"enable-clear-browsing-data-counters", "enable-clear-browsing-data-counters",
"enable-cloud-print-proxy", "enable-cloud-print-proxy",
"enable-cloud-print-xps", "enable-cloud-print-xps",
"enable-compositor-image-animations",
"enable-consumer-kiosk", "enable-consumer-kiosk",
"enable-contextual-search", "enable-contextual-search",
"enable-crash-reporter", "enable-crash-reporter",
@ -568,7 +579,6 @@ const char* kBlacklist[] = {
"enable-embedded-extension-options", "enable-embedded-extension-options",
"enable-encryption-migration", "enable-encryption-migration",
"enable-encryption-selection", "enable-encryption-selection",
"enable-es3-apis",
"enable-exclusive-audio", "enable-exclusive-audio",
"enable-experimental-accessibility-features", "enable-experimental-accessibility-features",
"enable-experimental-canvas-features", "enable-experimental-canvas-features",
@ -610,7 +620,6 @@ const char* kBlacklist[] = {
"enable-hung-renderer-infobar", "enable-hung-renderer-infobar",
"enable-inband-text-tracks", "enable-inband-text-tracks",
"enable-input-ime-api", "enable-input-ime-api",
"enable-instant-tethering",
"enable-internal-media-session", "enable-internal-media-session",
"enable-ios-handoff-to-other-devices", "enable-ios-handoff-to-other-devices",
"enable-layer-lists", "enable-layer-lists",
@ -624,10 +633,8 @@ const char* kBlacklist[] = {
"enable-low-res-tiling", "enable-low-res-tiling",
"enable-mac-views-native-app-windows", "enable-mac-views-native-app-windows",
"enable-main-frame-before-activation", "enable-main-frame-before-activation",
"enable-md-feedback",
"enable-media-suspend", "enable-media-suspend",
"enable-merge-key-char-events", "enable-merge-key-char-events",
"enable-message-center-always-scroll-up-upon-notification-removal",
"enable-nacl", "enable-nacl",
"enable-nacl-debug", "enable-nacl-debug",
"enable-nacl-nonsfi-mode", "enable-nacl-nonsfi-mode",
@ -655,7 +662,6 @@ const char* kBlacklist[] = {
"enable-physical-keyboard-autocorrect", "enable-physical-keyboard-autocorrect",
"enable-picture-in-picture", "enable-picture-in-picture",
"enable-pinch", "enable-pinch",
"enable-pixel-canvas-recording",
"enable-pixel-output-in-tests", "enable-pixel-output-in-tests",
"enable-plugin-placeholder-testing", "enable-plugin-placeholder-testing",
"enable-potentially-annoying-security-features", "enable-potentially-annoying-security-features",
@ -665,8 +671,8 @@ const char* kBlacklist[] = {
"enable-print-browser", "enable-print-browser",
"enable-print-preview-register-promos", "enable-print-preview-register-promos",
"enable-profile-shortcut-manager", "enable-profile-shortcut-manager",
"enable-profiling",
"enable-push-api-background-mode", "enable-push-api-background-mode",
"enable-quic",
"enable-refresh-token-annotation-request", "enable-refresh-token-annotation-request",
"enable-request-tablet-site", "enable-request-tablet-site",
"enable-rgba-4444-textures", "enable-rgba-4444-textures",
@ -677,12 +683,11 @@ const char* kBlacklist[] = {
"enable-scroll-prediction", "enable-scroll-prediction",
"enable-service-manager-tracing", "enable-service-manager-tracing",
"enable-sgi-video-sync", "enable-sgi-video-sync",
"enable-signin-promo",
"enable-single-click-autofill", "enable-single-click-autofill",
"enable-site-settings", "enable-site-settings",
"enable-skia-benchmarking", "enable-skia-benchmarking",
"enable-slim-navigation-manager", "enable-slim-navigation-manager",
"enable-slimming-paint-invalidation", "enable-slimming-paint-v175",
"enable-slimming-paint-v2", "enable-slimming-paint-v2",
"enable-smooth-scrolling", "enable-smooth-scrolling",
"enable-spatial-navigation", "enable-spatial-navigation",
@ -696,7 +701,6 @@ const char* kBlacklist[] = {
"enable-strict-powerful-feature-restrictions", "enable-strict-powerful-feature-restrictions",
"enable-suggestions-ui", "enable-suggestions-ui",
"enable-suggestions-with-substring-match", "enable-suggestions-with-substring-match",
"enable-supervised-user-managed-bookmarks-folder",
"enable-surface-synchronization", "enable-surface-synchronization",
"enable-swap-buffers-with-bounds", "enable-swap-buffers-with-bounds",
"enable-sync-app-list", "enable-sync-app-list",
@ -718,6 +722,7 @@ const char* kBlacklist[] = {
"enable-translate-new-ux", "enable-translate-new-ux",
"enable-ui-devtools", "enable-ui-devtools",
"enable-use-zoom-for-dsf", "enable-use-zoom-for-dsf",
"enable-user-controlled-alternate-protocol-ports",
"enable-user-metrics", "enable-user-metrics",
"enable-usermedia-screen-capturing", "enable-usermedia-screen-capturing",
"enable-video-player-chromecast-support", "enable-video-player-chromecast-support",
@ -728,8 +733,6 @@ const char* kBlacklist[] = {
"enable-vulkan", "enable-vulkan",
"enable-wayland-server", "enable-wayland-server",
"enable-web-notification-custom-layouts", "enable-web-notification-custom-layouts",
"enable-webfonts-intervention-trigger",
"enable-webfonts-intervention-v2",
"enable-webgl-draft-extensions", "enable-webgl-draft-extensions",
"enable-webgl-image-chromium", "enable-webgl-image-chromium",
"enable-webrtc-event-logging-from-extension", "enable-webrtc-event-logging-from-extension",
@ -743,18 +746,15 @@ const char* kBlacklist[] = {
"enable-zero-copy", "enable-zero-copy",
"enable-zip-archiver-on-file-manager", "enable-zip-archiver-on-file-manager",
"enabled", "enabled",
"enabled-2g",
"enabled-3g",
"enabled-new-style-notification", "enabled-new-style-notification",
"enabled-slow2g",
"encode-binary", "encode-binary",
"enforce", "enforce",
"enforce-gl-minimums", "enforce-gl-minimums",
"enforce-webrtc-ip-permission-check", "enforce-webrtc-ip-permission-check",
"enforce_strict", "enforce_strict",
"enterprise-disable-arc", "enterprise-disable-arc",
"enterprise-disable-license-type-selection",
"enterprise-enable-forced-re-enrollment", "enterprise-enable-forced-re-enrollment",
"enterprise-enable-license-type-selection",
"enterprise-enable-zero-touch-enrollment", "enterprise-enable-zero-touch-enrollment",
"enterprise-enrollment-initial-modulus", "enterprise-enrollment-initial-modulus",
"enterprise-enrollment-modulus-limit", "enterprise-enrollment-modulus-limit",
@ -762,6 +762,8 @@ const char* kBlacklist[] = {
"evaluate-type", "evaluate-type",
"evaluate_capability", "evaluate_capability",
"experiment", "experiment",
"experiment2",
"experiment3",
"explicitly-allowed-ports", "explicitly-allowed-ports",
"expose-internals-for-testing", "expose-internals-for-testing",
"extension-content-verification", "extension-content-verification",
@ -881,6 +883,7 @@ const char* kBlacklist[] = {
"host", "host",
"host-pairing-oobe", "host-pairing-oobe",
"host-resolver-rules", "host-resolver-rules",
"host-rules",
"icu-data-dir", "icu-data-dir",
"ignore-autocomplete-off-autofill", "ignore-autocomplete-off-autofill",
"ignore-autoplay-restrictions", "ignore-autoplay-restrictions",
@ -922,6 +925,7 @@ const char* kBlacklist[] = {
"local-heuristics-only-for-password-generation", "local-heuristics-only-for-password-generation",
"local-ntp-reload", "local-ntp-reload",
"local-sync-backend-dir", "local-sync-backend-dir",
"log-file",
"log-gpu-control-list-decisions", "log-gpu-control-list-decisions",
"log-level", "log-level",
"log-net-log", "log-net-log",
@ -944,6 +948,7 @@ const char* kBlacklist[] = {
"market-url-for-testing", "market-url-for-testing",
"mash", "mash",
"material", "material",
"material-auto",
"material-design-ink-drop-animation-speed", "material-design-ink-drop-animation-speed",
"material-hybrid", "material-hybrid",
"max-gum-fps", "max-gum-fps",
@ -956,11 +961,12 @@ const char* kBlacklist[] = {
"memory-pressure-off", "memory-pressure-off",
"memory-pressure-thresholds", "memory-pressure-thresholds",
"memory-pressure-thresholds-mb", "memory-pressure-thresholds-mb",
"message-center-changes-while-open", "message-loop-type-ui",
"method", "method",
"metrics-client-id", "metrics-client-id",
"metrics-recording-only", "metrics-recording-only",
"mhtml-generator-option", "mhtml-generator-option",
"minimal",
"mirror", "mirror",
"mock", "mock",
"mojo-local-storage", "mojo-local-storage",
@ -969,7 +975,6 @@ const char* kBlacklist[] = {
"mse-audio-buffer-size-limit", "mse-audio-buffer-size-limit",
"mse-video-buffer-size-limit", "mse-video-buffer-size-limit",
"mus", "mus",
"mus-config",
"mute-audio", "mute-audio",
"nacl-broker", "nacl-broker",
"nacl-dangerous-no-sandbox-nonsfi", "nacl-dangerous-no-sandbox-nonsfi",
@ -983,6 +988,7 @@ const char* kBlacklist[] = {
"need-arc-migration-policy-check", "need-arc-migration-policy-check",
"net-log-capture-mode", "net-log-capture-mode",
"netifs-to-ignore", "netifs-to-ignore",
"network",
"network-country-iso", "network-country-iso",
"network-settings-config", "network-settings-config",
"new-window", "new-window",
@ -996,7 +1002,6 @@ const char* kBlacklist[] = {
"no-referrers", "no-referrers",
"no-sandbox", "no-sandbox",
"no-service-autorun", "no-service-autorun",
"no-session-id",
"no-startup-window", "no-startup-window",
"no-user-gesture-required", "no-user-gesture-required",
"no-wifi", "no-wifi",
@ -1024,8 +1029,8 @@ const char* kBlacklist[] = {
"oobe-guest-session", "oobe-guest-session",
"oobe-skip-postlogin", "oobe-skip-postlogin",
"oobe-timer-interval", "oobe-timer-interval",
"open-ash",
"opengraph", "opengraph",
"origin-to-force-quic-on",
"origin-trial-disabled-features", "origin-trial-disabled-features",
"origin-trial-disabled-tokens", "origin-trial-disabled-tokens",
"origin-trial-public-key", "origin-trial-public-key",
@ -1046,6 +1051,8 @@ const char* kBlacklist[] = {
"parent-window", "parent-window",
"passive-listeners-default", "passive-listeners-default",
"password-store", "password-store",
"pdf_compositor",
"pen-devices",
"permission-request-api-scope", "permission-request-api-scope",
"permission-request-api-url", "permission-request-api-url",
"ppapi", "ppapi",
@ -1066,7 +1073,7 @@ const char* kBlacklist[] = {
"process-per-tab", "process-per-tab",
"product-version", "product-version",
"profile-directory", "profile-directory",
"profiler-timing", "profiling",
"profiling-at-start", "profiling-at-start",
"profiling-file", "profiling-file",
"profiling-flush", "profiling-flush",
@ -1079,11 +1086,13 @@ const char* kBlacklist[] = {
"proxy-server", "proxy-server",
"pull-to-refresh", "pull-to-refresh",
"q", "q",
"quic-connection-options",
"quic-max-packet-length",
"quic-version",
"rdp_desktop_session", "rdp_desktop_session",
"reader-mode-feedback", "reader-mode-feedback",
"reader-mode-heuristics", "reader-mode-heuristics",
"rebaseline-pixel-tests", "rebaseline-pixel-tests",
"record-type",
"reduce-security-for-testing", "reduce-security-for-testing",
"reduced-referrer-granularity", "reduced-referrer-granularity",
"register-font-files", "register-font-files",
@ -1119,6 +1128,7 @@ const char* kBlacklist[] = {
"safebrowsing-manual-download-blacklist", "safebrowsing-manual-download-blacklist",
"sandbox-ipc", "sandbox-ipc",
"save-page-as-mhtml", "save-page-as-mhtml",
"save-previous-document-resources",
"screen-config", "screen-config",
"screenshot", "screenshot",
"script-executable", "script-executable",
@ -1133,12 +1143,12 @@ const char* kBlacklist[] = {
"service-pipe-token", "service-pipe-token",
"service-request-channel-token", "service-request-channel-token",
"service-runner", "service-runner",
"service-sandbox-type",
"shared-files", "shared-files",
"shill-stub", "shill-stub",
"show-app-list", "show-app-list",
"show-autofill-signatures", "show-autofill-signatures",
"show-autofill-type-predictions", "show-autofill-type-predictions",
"show-cert-link",
"show-component-extension-options", "show-component-extension-options",
"show-composited-layer-borders", "show-composited-layer-borders",
"show-fps-counter", "show-fps-counter",
@ -1258,6 +1268,7 @@ const char* kBlacklist[] = {
"touch-noise-filtering", "touch-noise-filtering",
"touch-selection-strategy", "touch-selection-strategy",
"touch_view", "touch_view",
"touchscreen-usable-while-screen-off",
"trace-config-file", "trace-config-file",
"trace-export-events-to-etw", "trace-export-events-to-etw",
"trace-shutdown", "trace-shutdown",
@ -1279,6 +1290,7 @@ const char* kBlacklist[] = {
"try-supported-channel-layouts", "try-supported-channel-layouts",
"type", "type",
"ui-disable-partial-swap", "ui-disable-partial-swap",
"ui-disable-zero-copy",
"ui-enable-layer-lists", "ui-enable-layer-lists",
"ui-enable-rgba-4444-textures", "ui-enable-rgba-4444-textures",
"ui-enable-zero-copy", "ui-enable-zero-copy",
@ -1312,6 +1324,7 @@ const char* kBlacklist[] = {
"use-mobile-user-agent", "use-mobile-user-agent",
"use-mock-keychain", "use-mock-keychain",
"use-passthrough-cmd-decoder", "use-passthrough-cmd-decoder",
"use-simple-cache-backend",
"use-skia-renderer", "use-skia-renderer",
"use-system-default-printer", "use-system-default-printer",
"use-test-config", "use-test-config",
@ -1325,7 +1338,6 @@ const char* kBlacklist[] = {
"utility-allowed-dir", "utility-allowed-dir",
"utility-cmd-prefix", "utility-cmd-prefix",
"utility-run-elevated", "utility-run-elevated",
"utility-sandbox-type",
"utility-startup-dialog", "utility-startup-dialog",
"v", "v",
"v2-sandbox", "v2-sandbox",
@ -1350,6 +1362,7 @@ const char* kBlacklist[] = {
"watcher", "watcher",
"waveout-buffers", "waveout-buffers",
"webapk-server-url", "webapk-server-url",
"webrtc-max-cpu-consumption-percentage",
"webrtc-stun-probe-trial", "webrtc-stun-probe-trial",
"webview-enable-safebrowsing-support", "webview-enable-safebrowsing-support",
"webview-sandboxed-renderer", "webview-sandboxed-renderer",