Commit 5401bc6b authored by Xiaocheng Hu's avatar Xiaocheng Hu Committed by Commit Bot

[Spellcheck] Add links to design doc in idle time spell checker classes

Tbr: yosin@chromium.org
NoTry: True
Change-Id: I52119806a656cf103d98ed09d328a354973145d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580619Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#653443}
parent 87f56285
...@@ -20,6 +20,7 @@ class SpellCheckRequester; ...@@ -20,6 +20,7 @@ class SpellCheckRequester;
// mode invocation. Not to be confused with SpellCheckRequester. The class // mode invocation. Not to be confused with SpellCheckRequester. The class
// iteratively checks the editing host currently focused when the document is // iteratively checks the editing host currently focused when the document is
// idle. // idle.
// See design doc for details: https://goo.gl/zONC3v
class ColdModeSpellCheckRequester class ColdModeSpellCheckRequester
: public GarbageCollected<ColdModeSpellCheckRequester> { : public GarbageCollected<ColdModeSpellCheckRequester> {
public: public:
......
...@@ -15,6 +15,7 @@ class SpellCheckRequester; ...@@ -15,6 +15,7 @@ class SpellCheckRequester;
// This class is only supposed to be used by IdleSpellCheckController in hot // This class is only supposed to be used by IdleSpellCheckController in hot
// mode invocation. Not to be confused with SpellCheckRequester. // mode invocation. Not to be confused with SpellCheckRequester.
// See design doc for details: https://goo.gl/zONC3v
class HotModeSpellCheckRequester { class HotModeSpellCheckRequester {
STACK_ALLOCATED(); STACK_ALLOCATED();
......
...@@ -26,6 +26,7 @@ class SpellCheckRequester; ...@@ -26,6 +26,7 @@ class SpellCheckRequester;
V(InColdModeInvocation) V(InColdModeInvocation)
// Main class for the implementation of idle time spell checker. // Main class for the implementation of idle time spell checker.
// See design doc for details: https://goo.gl/zONC3v
class CORE_EXPORT IdleSpellCheckController final class CORE_EXPORT IdleSpellCheckController final
: public GarbageCollectedFinalized<IdleSpellCheckController>, : public GarbageCollectedFinalized<IdleSpellCheckController>,
public DocumentShutdownObserver { public DocumentShutdownObserver {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment