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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2251693003: Rename "ContinuousSpellChecking" to "SpellChecking" in Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/core/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index 9ada88e8d88b982745452a86b6cd07ae08584847..e498138b07f72ef2281e2c80933df4710a67106f 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -210,7 +210,7 @@ public:
bool hasSpellingMarker(Document*, int from, int length);
bool hasGrammarMarker(Document*, int from, int length);
- void setContinuousSpellCheckingEnabled(bool);
+ void setSpellCheckingEnabled(bool);
bool canHyphenate(const AtomicString& locale);
void setMockHyphenation(const AtomicString& locale);
« no previous file with comments | « third_party/WebKit/Source/core/page/SpellCheckerClient.h ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698