| Index: chrome/browser/extensions/cast_streaming_apitest.cc
|
| diff --git a/chrome/browser/extensions/cast_streaming_apitest.cc b/chrome/browser/extensions/cast_streaming_apitest.cc
|
| index 0d247783497c2a068e07cba05e4dc5f9293490da..c0096479f37a71ded4de3ddc609aa02385811111 100644
|
| --- a/chrome/browser/extensions/cast_streaming_apitest.cc
|
| +++ b/chrome/browser/extensions/cast_streaming_apitest.cc
|
| @@ -18,21 +18,6 @@ class CastStreamingApiTest : public ExtensionApiTest {
|
| "ddchlicdkolnonkihahngkmmmjnjlkkf");
|
| command_line->AppendSwitch(switches::kDisableP2PSocketSTUNFilter);
|
| }
|
| -
|
| - virtual void SetUp() OVERRIDE {
|
| - // TODO(danakj): The GPU Video Decoder needs real GL bindings.
|
| - // crbug.com/269087
|
| - UseRealGLBindings();
|
| -
|
| - // These test should be using OSMesa on CrOS, which would make this
|
| - // unneeded.
|
| - // crbug.com/313128
|
| -#if !defined(OS_CHROMEOS)
|
| - UseRealGLContexts();
|
| -#endif
|
| -
|
| - ExtensionApiTest::SetUp();
|
| - }
|
| };
|
|
|
| // Test running the test extension for Cast Mirroring API.
|
|
|