Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/local_discovery/
Dprivet_http_impl.cc244 std::string claimToken; in GetClaimTokenResponse() local
246 bool got_token = value.GetString(kPrivetKeyClaimToken, &claimToken); in GetClaimTokenResponse()
248 delegate_->OnPrivetRegisterClaimToken(this, claimToken, GURL(claimUrl)); in GetClaimTokenResponse()