| Index: content/browser/media/encrypted_media_browsertest.cc
|
| diff --git a/content/browser/media/encrypted_media_browsertest.cc b/content/browser/media/encrypted_media_browsertest.cc
|
| index 1503a169c483e445a1de1ac232b4c139ddd01f7b..decc3cb13d5b851b8378a86f6598409730c4bcc4 100644
|
| --- a/content/browser/media/encrypted_media_browsertest.cc
|
| +++ b/content/browser/media/encrypted_media_browsertest.cc
|
| @@ -244,10 +244,7 @@ IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, ConfigChangeVideo_ClearToClear) {
|
| TestConfigChange(ConfigChangeType::CLEAR_TO_CLEAR);
|
| }
|
|
|
| -// TODO(xhwang): Support switching from clear to encrypted and enable this test.
|
| -// See http://crbug.com/597443
|
| -IN_PROC_BROWSER_TEST_P(EncryptedMediaTest,
|
| - DISABLED_ConfigChangeVideo_ClearToEncrypted) {
|
| +IN_PROC_BROWSER_TEST_P(EncryptedMediaTest, ConfigChangeVideo_ClearToEncrypted) {
|
| TestConfigChange(ConfigChangeType::CLEAR_TO_ENCRYPTED);
|
| }
|
|
|
|
|