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

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 2159283003: [WIP][DO NOT LAND] Componentize spellcheck Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/spellchecker/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 634c10a79c3ae307c0106036d6d11bde99bdbec1..f66aea826e162ea2410ac065c8002f2cc33624ea 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -47,6 +47,7 @@
#include "components/sync_driver/sync_policy_handler.h"
#include "components/translate/core/common/translate_pref_names.h"
#include "components/variations/pref_names.h"
+#include "components/spellcheck/browser/pref_names.h"
#include "policy/policy_constants.h"
#if BUILDFLAG(ANDROID_JAVA_UI)
@@ -359,7 +360,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
#if defined(ENABLE_SPELLCHECK)
{ key::kSpellCheckServiceEnabled,
- prefs::kSpellCheckUseSpellingService,
+ spellcheck::prefs::kSpellCheckUseSpellingService,
base::Value::TYPE_BOOLEAN },
#endif // defined(ENABLE_SPELLCHECK)
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/spellchecker/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698