Home
last modified time | relevance | path

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

/external/chromium/chrome/common/net/gaia/
Dgaia_auth_fetcher.cc65 const char GaiaAuthFetcher::kErrorUrlParam[] = "Url"; member in GaiaAuthFetcher
242 } else if (i->first == kErrorUrlParam) { in ParseClientLoginFailure()
Dgaia_auth_fetcher.h112 static const char kErrorUrlParam[]; variable