HomeSort by relevance Sort by last modified time
    Searched refs:MakeAuthorizationHeader (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/policy/cloud/
user_info_fetcher.cc 24 static std::string MakeAuthorizationHeader(const std::string& auth_token) {
50 url_fetcher_->AddExtraRequestHeader(MakeAuthorizationHeader(access_token));
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 30 static std::string MakeAuthorizationHeader(const std::string& auth_token) {
161 result->AddExtraRequestHeader(MakeAuthorizationHeader(access_token_));

Completed in 50 milliseconds