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() {} |