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

Unified Diff: third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h

Issue 2740503002: Remove timeout from idle time spell checker's cold mode request (Closed)
Patch Set: Created 3 years, 9 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/editing/spellcheck/IdleSpellCheckCallback.h
diff --git a/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h b/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
index 2234fa328984adfe4e12de599096a5e03fb30a3e..642c278cc54b32b2322a2e7ae56939f41f162922 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
@@ -74,7 +74,7 @@ class CORE_EXPORT IdleSpellCheckCallback final
bool isSpellCheckingEnabled() const;
// Calls requestIdleCallback with this IdleSpellCheckCallback.
- void requestInvocation();
+ void requestInvocation(int timeoutMS);
// Functions for hot mode.
void hotModeInvocation(IdleDeadline*);

Powered by Google App Engine
This is Rietveld 408576698