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

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: 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..aaa998faf401208ea89a31f46f91edc70f3a4a96 100644
--- a/chrome/browser/search_engines/default_search_policy_handler.h
+++ b/chrome/browser/search_engines/default_search_policy_handler.h
@@ -39,6 +39,7 @@ class DefaultSearchPolicyHandler : public ConfigurationPolicyHandler {
PrefValueMap* prefs) OVERRIDE;
private:
+ void HandleDictionaryPref(const PolicyMap& policies, PrefValueMap* prefs);
gab 2014/04/15 20:52:33 nit: add empty line below.
Cait (Slow) 2014/04/16 21:14:11 Done.
// 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