| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 462b789de53436684981b1f4fa36a17c28ee8789..975f097af457865af15dc654363f91a68b36635a 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -193,10 +193,6 @@ const char kDisableHistogramCustomizer[] = "disable-histogram-customizer";
|
| // this switch.
|
| const char kDisableKillAfterBadIPC[] = "disable-kill-after-bad-ipc";
|
|
|
| -// Enables prefixed Encrypted Media API (e.g. webkitGenerateKeyRequest()).
|
| -const char kEnablePrefixedEncryptedMedia[] =
|
| - "enable-prefixed-encrypted-media";
|
| -
|
| // Disables LCD text.
|
| const char kDisableLCDText[] = "disable-lcd-text";
|
|
|
|
|