| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 6d1f4a32610b68e601ebc24fdd1d0dd7a73fa6d5..2eb0de94c18f744e53b57f3c539e94a7b5b60026 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -56,9 +56,9 @@ const char kAllowSandboxDebugging[] = "allow-sandbox-debugging";
|
| const char kAndroidFontsPath[] = "android-fonts-path";
|
|
|
| // Set blink settings. Format is <name>[=<value],<name>[=<value>],...
|
| -// The names are declared in Settings.in. For boolean type, use "true", "false",
|
| -// or omit '=<value>' part to set to true. For enum type, use the int value of
|
| -// the enum value. Applied after other command line flags and prefs.
|
| +// The names are declared in Settings.json5. For boolean type, use "true",
|
| +// "false", or omit '=<value>' part to set to true. For enum type, use the int
|
| +// value of the enum value. Applied after other command line flags and prefs.
|
| const char kBlinkSettings[] = "blink-settings";
|
|
|
| // Causes the browser process to crash on startup.
|
| @@ -109,7 +109,7 @@ const char kDisableBackgroundTimerThrottling[] =
|
| "disable-background-timer-throttling";
|
|
|
| // Disable one or more Blink runtime-enabled features.
|
| -// Use names from RuntimeEnabledFeatures.in, separated by commas.
|
| +// Use names from RuntimeEnabledFeatures.json5, separated by commas.
|
| // Applied after kEnableBlinkFeatures, and after other flags that change these
|
| // features.
|
| const char kDisableBlinkFeatures[] = "disable-blink-features";
|
| @@ -352,7 +352,7 @@ const char kEnablePreferCompositingToLCDText[] =
|
| "enable-prefer-compositing-to-lcd-text";
|
|
|
| // Enable one or more Blink runtime-enabled features.
|
| -// Use names from RuntimeEnabledFeatures.in, separated by commas.
|
| +// Use names from RuntimeEnabledFeatures.json5, separated by commas.
|
| // Applied before kDisableBlinkFeatures, and after other flags that change these
|
| // features.
|
| const char kEnableBlinkFeatures[] = "enable-blink-features";
|
|
|