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

  /external/chromium_org/google_apis/gaia/
oauth2_mint_token_flow.cc 249 const base::DictionaryValue* consent_dict = NULL; local
250 if (!dict->GetDictionary(kConsentKey, &consent_dict))
254 if (!consent_dict->GetList(kScopesKey, &scopes_list))

Completed in 54 milliseconds