| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 70363f3eba4dececf40223ff0377e33502104c5d..1dfeb1acb319a7ca21a8a5ff2bd94771ec62bd28 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -324,9 +324,6 @@ const char kEnableLCDText[] = "enable-lcd-text";
|
| // Only valid if GPU rasterization is enabled as well.
|
| const char kEnableDistanceFieldText[] = "enable-distance-field-text";
|
|
|
| -// Enable the experimental Credential Manager JavaScript API.
|
| -const char kEnableCredentialManagerAPI[] = "enable-credential-manager-api";
|
| -
|
| // Enable the creation of compositing layers when it would prevent LCD text.
|
| const char kEnablePreferCompositingToLCDText[] =
|
| "enable-prefer-compositing-to-lcd-text";
|
|
|