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

Unified Diff: chrome/browser/android/download/download_controller.cc

Issue 2374853002: remove DownloadController::SetDefaultDownloadFileName() (Closed)
Patch Set: rebase to fix merge errors Created 4 years, 3 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/download_controller.cc
diff --git a/chrome/browser/android/download/download_controller.cc b/chrome/browser/android/download/download_controller.cc
index 337b8ab62358f9e4b403d26def62ed649ef237f2..024bef0718bdd1001c17c26e3100384d629670b5 100644
--- a/chrome/browser/android/download/download_controller.cc
+++ b/chrome/browser/android/download/download_controller.cc
@@ -217,11 +217,6 @@ void DownloadController::AcquireFileAccessPermission(
RequestFileAccess(callback_id);
}
-void DownloadController::SetDefaultDownloadFileName(
- const std::string& file_name) {
- default_file_name_ = file_name;
-}
-
bool DownloadController::HasFileAccessPermission(
ui::WindowAndroid* window_android) {
ScopedJavaLocalRef<jobject> jwindow_android = window_android->GetJavaObject();
« no previous file with comments | « chrome/browser/android/download/download_controller.h ('k') | chrome/browser/android/download/download_controller_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698