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

/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4007 std::string error_mesg; local
4013 autofill_profiles = GetAutofillProfilesFromList(*profiles, &error_mesg);
4017 credit_cards = GetCreditCardsFromList(*cards, &error_mesg);
4019 if (!error_mesg.empty()) {
4020 reply.SendError(error_mesg);

Completed in 25 milliseconds