Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Side by Side Diff: chrome/browser/extensions/api/audio/audio_apitest.cc

Issue 13486004: Audio extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update chrome/test/DEPS. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
4
5 #include "base/command_line.h"
6 #include "base/message_loop.h"
7 #include "chrome/browser/extensions/api/audio/audio_api.h"
8 #include "chrome/browser/extensions/extension_apitest.h"
9 #include "chrome/browser/extensions/extension_test_message_listener.h"
10 #include "chrome/common/chrome_switches.h"
11
12 namespace extensions {
13
14 class AudioApiTest: public ExtensionApiTest {
15 public:
16 AudioApiTest() {}
17 virtual ~AudioApiTest() {}
18 };
19
20 IN_PROC_BROWSER_TEST_F(AudioApiTest, Audio) {
21 // TODO: implement this test.
22 }
23
24 } // namespace extensions
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698