Home
last modified time | relevance | path

Searched refs:kAuthenticationFailed (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/google_apis/gcm/engine/
Dregistration_request.cc42 const char kAuthenticationFailed[] = "AUTHENTICATION_FAILED"; variable
60 if (error.find(kAuthenticationFailed) != std::string::npos) in GetStatusFromError()