Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/local_discovery/
Dprivet_constants.cc14 const char kPrivetKeyClaimURL[] = "claim_url"; variable
Dprivet_constants.h15 extern const char kPrivetKeyClaimURL[];
Dprivet_http_impl.cc226 bool got_url = value.GetString(kPrivetKeyClaimURL, &claimUrl); in GetClaimTokenResponse()