Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "base/command_line.h" | |
| 6 #include "content/browser/media/session/media_session_integration_browsertest_ba se.h" | |
| 7 #include "media/base/media_switches.h" | |
| 8 | |
| 9 #if defined(OS_ANDROID) | |
|
mlamouri (slow - plz ping)
2016/03/23 15:10:16
Maybe you could remove this?
Zhiqiang Zhang (Slow)
2016/03/24 18:16:49
Done.
| |
| 10 | |
| 11 using content::MediaSessionIntegrationBrowserTestBase; | |
| 12 | |
| 13 class MediaSessionIntegrationDefaultPipelineBrowserTest : | |
| 14 public MediaSessionIntegrationBrowserTestBase { | |
| 15 }; | |
| 16 | |
| 17 INCLUDE_TEST_FROM_BASE_CLASS(MediaSessionIntegrationDefaultPipelineBrowserTest, | |
| 18 TestSessionInactiveWhenHiddenAfterContentPause) | |
| 19 INCLUDE_TEST_FROM_BASE_CLASS(MediaSessionIntegrationDefaultPipelineBrowserTest, | |
| 20 TestSessionInactiveWhenHiddenWhilePlaying) | |
| 21 | |
| 22 #endif | |
| OLD | NEW |