1 // Copyright (c) 2013 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.
5 #include "extensions/shell/test/shell_apitest.h"
9 using AudioApiTest
= ShellApiTest
;
11 #if defined(OS_CHROMEOS)
12 IN_PROC_BROWSER_TEST_F(AudioApiTest
, Audio
) {
13 EXPECT_TRUE(RunAppTest("api_test/audio")) << message_
;
17 } // namespace extensions