// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_MEDIA_MEDIA_BROWSERTEST_H_ #define CHROME_BROWSER_MEDIA_MEDIA_BROWSERTEST_H_ #include <string> #include "base/test/scoped_feature_list.h" #include "chrome/test/base/in_process_browser_test.h" #include "media/base/test_data_util.h" namespace content { class TitleWatcher; } // Class used to automate running media related browser tests. The functions // assume that media files are located under media/ folder known to the test // http server. class MediaBrowserTest : public InProcessBrowserTest { … }; #endif // CHROME_BROWSER_MEDIA_MEDIA_BROWSERTEST_H_