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

Unified Diff: chrome/browser/ui/webui/options/multilanguage_options_browsertest.h

Issue 2919343005: Remove tests for deprecated Options UI (Closed)
Patch Set: and more Created 3 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/options/multilanguage_options_browsertest.h
diff --git a/chrome/browser/ui/webui/options/multilanguage_options_browsertest.h b/chrome/browser/ui/webui/options/multilanguage_options_browsertest.h
deleted file mode 100644
index 2ea4c66e0dc8f83370b4d175edf71cbf9b9ab226..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/options/multilanguage_options_browsertest.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// 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_BROWSERTEST_H_
-#define CHROME_BROWSER_UI_WEBUI_OPTIONS_MULTILANGUAGE_OPTIONS_BROWSERTEST_H_
-
-#include "base/macros.h"
-#include "chrome/test/base/web_ui_browser_test.h"
-
-// This is a helper class used by multilanguage_options_webui_browsertest.js
-// to flip the enable-multilingual-spellchecker command line switch and set
-// the AcceptLanguages and SpellcheckDictionaries preferences.
-class MultilanguageOptionsBrowserTest : public WebUIBrowserTest {
- public:
- MultilanguageOptionsBrowserTest();
- ~MultilanguageOptionsBrowserTest() override;
- // Set the kSpellCheckDictionaries preference to an empty list value.
- void ClearSpellcheckDictionaries();
-
- private:
- // WebUIBrowserTest implementation.
- void SetUpOnMainThread() override;
- void SetDictionariesPref(const base::ListValue& value);
-
- DISALLOW_COPY_AND_ASSIGN(MultilanguageOptionsBrowserTest);
-};
-
-#endif // CHROME_BROWSER_UI_WEBUI_OPTIONS_MULTILANGUAGE_OPTIONS_BROWSERTEST_H_

Powered by Google App Engine
This is Rietveld 408576698