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

Unified Diff: chrome/browser/spellchecker/spellcheck_platform_android.cc

Issue 1602303002: [mac] Send the system spellchecker language to the renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments. Created 4 years, 11 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: chrome/browser/spellchecker/spellcheck_platform_android.cc
diff --git a/chrome/browser/spellchecker/spellcheck_platform_android.cc b/chrome/browser/spellchecker/spellcheck_platform_android.cc
index a0c338f66d0d6960372ae83adc6df73a78de22ab..101794373e72b6261c75e58721a7eb0dc147d20a 100644
--- a/chrome/browser/spellchecker/spellcheck_platform_android.cc
+++ b/chrome/browser/spellchecker/spellcheck_platform_android.cc
@@ -13,6 +13,10 @@ namespace spellcheck_platform {
void GetAvailableLanguages(std::vector<std::string>* spellcheck_languages) {
}
+std::string GetSpellCheckerLanguage() {
+ return std::string();
+}
+
bool SpellCheckerAvailable() {
return base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kEnableAndroidSpellChecker);
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_platform.h ('k') | chrome/browser/spellchecker/spellcheck_platform_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698