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

Unified Diff: content/shell/test_runner/test_runner.h

Issue 2797073002: Move WebTextCheckClient reference from WebViewImpl to WebLocalFrameImpl (Closed)
Patch Set: Spell my name correctly 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: 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;
« no previous file with comments | « content/shell/renderer/layout_test/layout_test_render_frame_observer.cc ('k') | content/shell/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698