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

Unified Diff: third_party/WebKit/Source/core/page/SpellCheckerClient.h

Issue 2791753003: Split WebTextCheckClient off WebSpellCheckClient (Closed)
Patch Set: Add TODOs for class renaming 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/core/page/SpellCheckerClient.h
diff --git a/third_party/WebKit/Source/core/page/SpellCheckerClient.h b/third_party/WebKit/Source/core/page/SpellCheckerClient.h
index 36a79397785973a6794ca33452a3375e1f58d18e..b4d35cc6f779b772a8aa5a5cc14ab3fcaacfdf28 100644
--- a/third_party/WebKit/Source/core/page/SpellCheckerClient.h
+++ b/third_party/WebKit/Source/core/page/SpellCheckerClient.h
@@ -33,6 +33,9 @@ namespace blink {
class TextCheckerClient;
+// TODO(xiaochengh): Split SpellCheckerClient into two classes:
+// - SpllingUIClient, for spelling UI related functions.
+// - SpellCheckToggler, for checking and toggling the enabled state.
class SpellCheckerClient {
public:
virtual ~SpellCheckerClient() {}
« no previous file with comments | « content/shell/test_runner/test_runner.cc ('k') | third_party/WebKit/Source/platform/text/TextCheckerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698