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

Unified Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

Issue 2827553002: MD Settings: Use a browser proxy from the languages page. Re-enable test. (Closed)
Patch Set: Remove accidental usage of getInputMethodPrivate() on non-Cros Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/webui/settings/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index 092b6b99ec8fc5c03d30e25fcb84bd8aa79e0aa8..bd9d622a14a96ccb674b3ada1cc70cf2085d514b 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -1090,12 +1090,13 @@ CrSettingsLanguagesTest.prototype = {
'test_browser_proxy.js',
'fake_language_settings_private.js',
'fake_settings_private.js',
+ 'fake_input_method_private.js',
'languages_tests.js',
]),
};
// Flaky on Win and Linux, see http://crbug/692356.
-TEST_F('CrSettingsLanguagesTest', 'DISABLED_Languages', function() {
+TEST_F('CrSettingsLanguagesTest', 'Languages', function() {
mocha.run();
});
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/test/data/webui/settings/fake_input_method_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698