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

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

Issue 2944973002: Remove IS_IOS checks in chrome/ (Closed)
Patch Set: Created 3 years, 6 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_factory.cc
diff --git a/chrome/browser/spellchecker/spellcheck_factory.cc b/chrome/browser/spellchecker/spellcheck_factory.cc
index 9d94c21c4201e347202dc186109c6a8d32ca46e5..a86699386bd4ee3ac958c2dbf7cfa904975dd6ff 100644
--- a/chrome/browser/spellchecker/spellcheck_factory.cc
+++ b/chrome/browser/spellchecker/spellcheck_factory.cc
@@ -78,7 +78,7 @@ void SpellcheckServiceFactory::RegisterProfilePrefs(
l10n_util::GetStringUTF8(IDS_SPELLCHECK_DICTIONARY));
user_prefs->RegisterBooleanPref(
spellcheck::prefs::kSpellCheckUseSpellingService, false);
-#if defined(OS_IOS) || defined(OS_ANDROID)
+#if defined(OS_ANDROID)
uint32_t flags = PrefRegistry::NO_REGISTRATION_FLAGS;
#else
uint32_t flags = user_prefs::PrefRegistrySyncable::SYNCABLE_PREF;
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/browser/tracing/background_tracing_field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698