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

  /external/chromium_org/google_apis/gcm/engine/
checkin_request.cc 19 const char kRequestContentType[] = "application/x-protobuf";
136 url_fetcher_->SetUploadData(kRequestContentType, upload_data);
unregistration_request.cc 25 const char kRequestContentType[] = "application/x-www-form-urlencoded";
158 url_fetcher_->SetUploadData(kRequestContentType, body);

Completed in 51 milliseconds