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

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: Make change more verbose 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9eb057b1a6f938013f275079ac8ad2787d8b6762 100644
--- a/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
+++ b/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.h
@@ -73,9 +73,6 @@ class CORE_EXPORT IdleSpellCheckCallback final
// Returns whether spell checking is globally enabled.
bool isSpellCheckingEnabled() const;
- // Calls requestIdleCallback with this IdleSpellCheckCallback.
- void requestInvocation();
-
// Functions for hot mode.
void hotModeInvocation(IdleDeadline*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698