| Index: content/shell/test_runner/test_runner.h
|
| diff --git a/content/shell/test_runner/test_runner.h b/content/shell/test_runner/test_runner.h
|
| index 0cdf5fbb12ec840dde0e6e39e2229c11131c5220..62a7ea88eb2b17c389c5506e1e43b0c84aacedfe 100644
|
| --- a/content/shell/test_runner/test_runner.h
|
| +++ b/content/shell/test_runner/test_runner.h
|
| @@ -100,6 +100,7 @@ class TestRunner : public WebTestRunner {
|
| bool HasCustomTextDump(std::string* custom_text_dump) const override;
|
| bool ShouldDumpBackForwardList() const override;
|
| blink::WebContentSettingsClient* GetWebContentSettings() const override;
|
| + blink::WebTextCheckClient* GetWebTextCheckClient() const override;
|
| void InitializeWebViewWithMocks(blink::WebView* web_view) override;
|
| void SetFocus(blink::WebView* web_view, bool focus) override;
|
|
|
|
|