| Index: chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.h
|
| diff --git a/chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.h b/chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e738beb20343ea8466927c60c94de5392a4efb82
|
| --- /dev/null
|
| +++ b/chrome/browser/ui/webui/options/multilanguage_options_webui_browsertest.h
|
| @@ -0,0 +1,22 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef CHROME_BROWSER_UI_WEBUI_OPTIONS_MULTILANGUAGE_OPTIONS_WEBUI_BROWSERTEST_H_
|
| +#define CHROME_BROWSER_UI_WEBUI_OPTIONS_MULTILANGUAGE_OPTIONS_WEBUI_BROWSERTEST_H_
|
| +
|
| +#include "chrome/test/base/web_ui_browser_test.h"
|
| +
|
| +// This is a helper class used by downloads_ui_browsertest.js.
|
| +class MultilanguageOptionsWebUIBrowserTest : public WebUIBrowserTest {
|
| + public:
|
| + MultilanguageOptionsWebUIBrowserTest();
|
| + ~MultilanguageOptionsWebUIBrowserTest() override;
|
| +
|
| + private:
|
| + void SetUpCommandLine(base::CommandLine* command_line) override;
|
| + void SetUpOnMainThread() override;
|
| + DISALLOW_COPY_AND_ASSIGN(MultilanguageOptionsWebUIBrowserTest);
|
| +};
|
| +
|
| +#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_MULTILANGUAGE_OPTIONS_WEBUI_BROWSERTEST_H_
|
|
|