HomeSort by relevance Sort by last modified time
    Searched full:new_email (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
authenticator.cc 34 std::string new_email = StringToLowerASCII(JoinString(parts, at)); local
35 VLOG(1) << "Canonicalized " << email_address << " to " << new_email; local
36 return new_email;

Completed in 233 milliseconds