download_url_parameters.h | 27 // |referrer| and |referrer_encoding| are the referrer for the download. If 66 void set_referrer_encoding(const std::string& referrer_encoding) { 67 referrer_encoding_ = referrer_encoding; 114 const std::string& referrer_encoding() const { return referrer_encoding_; } function in class:content::DownloadUrlParameters
|