| Index: content/shell/test_runner/web_test_runner.h
|
| diff --git a/content/shell/test_runner/web_test_runner.h b/content/shell/test_runner/web_test_runner.h
|
| index 3deb8908356a8d7baae5e39b51c9f9b15bb2b880..5dd449c43aabd740ac72b77de7bd7e5ce90096b7 100644
|
| --- a/content/shell/test_runner/web_test_runner.h
|
| +++ b/content/shell/test_runner/web_test_runner.h
|
| @@ -19,6 +19,7 @@ class DictionaryValue;
|
| namespace blink {
|
| class WebContentSettingsClient;
|
| class WebLocalFrame;
|
| +class WebTextCheckClient;
|
| class WebView;
|
| }
|
|
|
| @@ -30,6 +31,10 @@ class WebTestRunner {
|
| // embedder should use this for all WebViews it creates.
|
| virtual blink::WebContentSettingsClient* GetWebContentSettings() const = 0;
|
|
|
| + // Returns a mock WebTextCheckClient that is used for layout tests. An
|
| + // embedder should use this for all WebLocalFrames it creates.
|
| + virtual blink::WebTextCheckClient* GetWebTextCheckClient() const = 0;
|
| +
|
| // After WebTestDelegate::TestFinished was invoked, the following methods
|
| // can be used to determine what kind of dump the main WebViewTestProxy can
|
| // provide.
|
|
|