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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2226833003: Make WebSpellCheckClient aware of leak detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@SpellCheckerDebugInfo
Patch Set: Use didCancelCheckingText to clear Created 4 years, 4 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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 722438a8e90c1b754c5974039800ec7263e1a75a..2bda8515b47f804d5e09a1683b8d576f3aaddcb3 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -285,6 +285,7 @@ public:
void checkSpellingOfString(const String&, int*, int*) override {}
void checkGrammarOfString(const String&, Vector<GrammarDetail>&, int*, int*) override {}
void requestCheckingOfString(TextCheckingRequest*) override;
+ void prepareForLeakDetection() override;
};
class EmptySpellCheckerClient : public SpellCheckerClient {

Powered by Google App Engine
This is Rietveld 408576698