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

Unified Diff: chrome/browser/search_engines/default_search_policy_handler.h

Issue 237653002: Import policy data into default search dictionary pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits and rebase on ToT Created 6 years, 8 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/search_engines/default_search_policy_handler.h
diff --git a/chrome/browser/search_engines/default_search_policy_handler.h b/chrome/browser/search_engines/default_search_policy_handler.h
index 1f62541486b3669224d0ef9a0e3b470590b8eb9a..e2ba2e4d228d82af09308bab67461b6e68270431 100644
--- a/chrome/browser/search_engines/default_search_policy_handler.h
+++ b/chrome/browser/search_engines/default_search_policy_handler.h
@@ -39,6 +39,8 @@ class DefaultSearchPolicyHandler : public ConfigurationPolicyHandler {
PrefValueMap* prefs) OVERRIDE;
private:
+ void HandleDictionaryPref(const PolicyMap& policies, PrefValueMap* prefs);
+
// Calls |CheckPolicySettings()| on each of the handlers in |handlers_|
// and returns whether all of the calls succeeded.
bool CheckIndividualPolicies(const PolicyMap& policies,

Powered by Google App Engine
This is Rietveld 408576698