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

Unified Diff: third_party/WebKit/Source/core/editing/markers/DocumentMarker.h

Issue 2836393002: Remove DocumentMarker::SpellCheckClientMarkers() (Closed)
Patch Set: Created 3 years, 8 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/SpellCheckRequester.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/markers/DocumentMarker.h
diff --git a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
index 8dd5d00fe07dc40929da92aa9b21d54df5804cac..25e398b382c4a499c4ed06df6caeaabc52f9a669 100644
--- a/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
+++ b/third_party/WebKit/Source/core/editing/markers/DocumentMarker.h
@@ -131,11 +131,6 @@ class CORE_EXPORT DocumentMarker : public GarbageCollected<DocumentMarker> {
MisspellingMarkers() : MarkerTypes(kSpelling | kGrammar) {}
};
- class SpellCheckClientMarkers : public MarkerTypes {
- public:
- SpellCheckClientMarkers() : MarkerTypes(kSpelling | kGrammar) {}
- };
-
enum class MatchStatus { kInactive, kActive };
DocumentMarker(MarkerType,
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698