Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: chrome/browser/android/download/chrome_download_delegate.h

Issue 2801793002: Pass file name when downloading OMA DRM files (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/download/chrome_download_delegate.h
diff --git a/chrome/browser/android/download/chrome_download_delegate.h b/chrome/browser/android/download/chrome_download_delegate.h
index 8862ad680f57b0c54a550a880b90052a51d37483..9e0347b5b22610a727f1d1bdc63ef3e3f012ae48 100644
--- a/chrome/browser/android/download/chrome_download_delegate.h
+++ b/chrome/browser/android/download/chrome_download_delegate.h
@@ -25,7 +25,7 @@ class ChromeDownloadDelegate
// TODO(qinmin): consolidate this with the static function above.
void EnqueueDownloadManagerRequest(const std::string& url,
const std::string& user_agent,
- const std::string& content_disposition,
+ const base::string16& file_name,
const std::string& mime_type,
const std::string& cookie,
const std::string& referer);

Powered by Google App Engine
This is Rietveld 408576698