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

Unified Diff: components/test_runner/test_runner.h

Issue 2270293003: Add a switch to TestRunner to enable/disable mock spell checker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaselined tests Created 4 years, 4 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: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index 1abf848ebd5b4d059a1539cf66f200dfe7b3e132..b394f97b85fbfd1e48c7d95758fa328a53df55fe 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -463,6 +463,9 @@ class TestRunner : public WebTestRunner {
// to test output.
void SetDumpConsoleMessages(bool value);
+ // Controls whether the mock spell checker is enabled.
+ void SetMockSpellCheckerEnabled(bool enabled);
+
///////////////////////////////////////////////////////////////////////////
// Methods interacting with the WebViewTestProxy

Powered by Google App Engine
This is Rietveld 408576698