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

Unified Diff: third_party/WebKit/Source/platform/text/TextCheckerClient.h

Issue 2795113002: Move ownership of TextCheckerClientImpl to WebLocalFrameImpl (Closed)
Patch Set: Rebased 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: third_party/WebKit/Source/platform/text/TextCheckerClient.h
diff --git a/third_party/WebKit/Source/platform/text/TextCheckerClient.h b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
index a412b58d57ff58b795a455c7d70f3d42bbfc2e94..fad98bac335606fd1d0d60cc72cbd3a7f665c069 100644
--- a/third_party/WebKit/Source/platform/text/TextCheckerClient.h
+++ b/third_party/WebKit/Source/platform/text/TextCheckerClient.h
@@ -40,8 +40,6 @@ namespace blink {
// TODO(xiaochengh): Rename TextCheckerClient to SpellCheckerClient.
class PLATFORM_EXPORT TextCheckerClient {
public:
- virtual ~TextCheckerClient() {}
-
virtual void checkSpellingOfString(const String&,
int* misspellingLocation,
int* misspellingLength) = 0;
« no previous file with comments | « third_party/WebKit/Source/core/page/SpellCheckerClient.h ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698