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

Unified Diff: third_party/WebKit/Source/web/LocalFrameClientImpl.h

Issue 2795113002: Move ownership of TextCheckerClientImpl to WebLocalFrameImpl (Closed)
Patch Set: Mon Apr 3 18:57:07 PDT 2017 Created 3 years, 9 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: third_party/WebKit/Source/web/LocalFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
index 87847c3ebb566ff296dbbb1c5bde3c569300aeb9..20481276a2abe7a48d4e22fe41af18b9abdf4dfc 100644
--- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
@@ -225,6 +225,8 @@ class LocalFrameClientImpl final : public LocalFrameClient {
void abortClientNavigation() override;
+ TextCheckerClient* textCheckerClient() const override;
Xiaocheng 2017/04/04 02:03:21 Is it the correct way to expose it to core?
+
private:
explicit LocalFrameClientImpl(WebLocalFrameImpl*);

Powered by Google App Engine
This is Rietveld 408576698