| Index: content/browser/encrypted_media_browsertest.cc
|
| diff --git a/content/browser/encrypted_media_browsertest.cc b/content/browser/encrypted_media_browsertest.cc
|
| index 2a4209c5085a4636df06eb64ee19dacfd8538029..9f6374fddfb5c145187c60659596f49838c9b91a 100644
|
| --- a/content/browser/encrypted_media_browsertest.cc
|
| +++ b/content/browser/encrypted_media_browsertest.cc
|
| @@ -16,6 +16,7 @@
|
| #include "content/test/content_browser_test.h"
|
| #include "content/test/content_browser_test_utils.h"
|
| #include "googleurl/src/gurl.h"
|
| +#include "media/base/media_switches.h"
|
| #include "webkit/media/crypto/key_systems.h"
|
|
|
| // Platform-specific filename relative to the chrome executable.
|
| @@ -129,8 +130,8 @@ IN_PROC_BROWSER_TEST_F(EncryptedMediaTest, InvalidKeySystem) {
|
| "com.example.invalid", kExpected));
|
| }
|
|
|
| -// TODO: Make these three IN_PROC_BROWSER_TEST_P() when internal Clear Key
|
| -// supports encrypted audio.
|
| +// TODO(shadi): Make these three IN_PROC_BROWSER_TEST_P() when internal Clear
|
| +// Key supports encrypted audio.
|
| IN_PROC_BROWSER_TEST_F(EncryptedMediaTest, MAYBE(BasicPlayback_AudioOnly)) {
|
| const string16 kExpected = ASCIIToUTF16("ENDED");
|
| ASSERT_NO_FATAL_FAILURE(
|
|
|