Searched defs:policy_pref_service (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service.cc134 // Gets the restrict parameter from |policy_pref_service| or from Chrome OS
136 std::string GetRestrictParameterPref(PrefService* policy_pref_service) { argument
142 if (policy_pref_service) {
144 policy_pref_service->GetString(prefs::kVariationsRestrictParameter);
374 PrefService* policy_pref_service) {
382 GetRestrictParameterPref(policy_pref_service);
373 GetVariationsServerURL( PrefService* policy_pref_service) argument

Completed in 632 milliseconds