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

Unified Diff: components/spellcheck/common/spellcheck_common.h

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 years, 4 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 | « components/spellcheck/common/BUILD.gn ('k') | components/spellcheck/common/spellcheck_marker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/spellcheck/common/spellcheck_common.h
diff --git a/components/spellcheck/common/spellcheck_common.h b/components/spellcheck/common/spellcheck_common.h
index 5b7e93f0cdc12fb82d654daf78b3f7e2b4182e25..6c6f75c3407b6ea1007c9c054885a626ab434f27 100644
--- a/components/spellcheck/common/spellcheck_common.h
+++ b/components/spellcheck/common/spellcheck_common.h
@@ -16,17 +16,6 @@ class FilePath;
namespace spellcheck {
-// The number of hours that a session of feedback for spelling service lasts.
-// After this number of hours passes, all feedback.
-static const int kSessionHours = 6;
-
-// The number of context words to keep on either side of a misspelling for
-// spelling service feedback.
-static const int kContextWordCount = 2;
-
-// The number of seconds between sending feedback to spelling service.
-static const int kFeedbackIntervalSeconds = 1800; // 30 minutes
-
// Max number of dictionary suggestions.
static const int kMaxSuggestions = 5;
« no previous file with comments | « components/spellcheck/common/BUILD.gn ('k') | components/spellcheck/common/spellcheck_marker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698