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

/external/chromium_org/chrome/common/
H A Dlocalized_error.cc818 base::DictionaryValue* suggest_learn_more = new base::DictionaryValue; local
820 suggest_learn_more->SetString("body",
822 suggest_learn_more->SetString("learnMoreUrl", learn_more_url.spec());
823 suggestions->Append(suggest_learn_more);
877 base::DictionaryValue* suggest_learn_more = new base::DictionaryValue(); local
878 suggest_learn_more->SetString("msg",
881 suggest_learn_more->SetString("learnMoreUrl", learn_more_url.spec());
882 error_strings->Set("suggestionsLearnMore", suggest_learn_more);

Completed in 76 milliseconds