Searched refs:suggest_learn_more (Results 1 – 1 of 1) sorted by relevance
760 base::DictionaryValue* suggest_learn_more = new base::DictionaryValue; in GetStrings() local762 suggest_learn_more->SetString("body", in GetStrings()764 suggest_learn_more->SetString("learnMoreUrl", learn_more_url.spec()); in GetStrings()765 suggestions->Append(suggest_learn_more); in GetStrings()821 base::DictionaryValue* suggest_learn_more = new base::DictionaryValue(); in GetAppErrorStrings() local822 suggest_learn_more->SetString("msg", in GetAppErrorStrings()825 suggest_learn_more->SetString("learnMoreUrl", learn_more_url.spec()); in GetAppErrorStrings()826 error_strings->Set("suggestionsLearnMore", suggest_learn_more); in GetAppErrorStrings()