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

Unified Diff: third_party/WebKit/Source/web/SpellCheckerClientImpl.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/web/SpellCheckerClientImpl.h
diff --git a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
index 6aab8eb86c202119ba3a868b0eb1cec9561b2a84..a1368b5037a2257babd4b3f671e10a75f001a8d5 100644
--- a/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
+++ b/third_party/WebKit/Source/web/SpellCheckerClientImpl.h
@@ -45,8 +45,8 @@ public:
~SpellCheckerClientImpl() override;
- bool isContinuousSpellCheckingEnabled() override;
- void toggleContinuousSpellChecking() override;
+ bool isSpellCheckingEnabled() override;
+ void toggleSpellCheckingEnabled() override;
void checkSpellingOfString(const String&, int* misspellingLocation, int* misspellingLength) override;
void updateSpellingUIWithMisspelledWord(const String&) override;
void showSpellingUI(bool show) override;
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.idl ('k') | third_party/WebKit/Source/web/SpellCheckerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698