| Index: chrome/browser/android/download/download_controller_base.h
|
| diff --git a/chrome/browser/android/download/download_controller_base.h b/chrome/browser/android/download/download_controller_base.h
|
| index c317ed4063275fd9796169235f064d41df342cb3..ec850984e53efacbfb9ff851cabcb03ba89f5618 100644
|
| --- a/chrome/browser/android/download/download_controller_base.h
|
| +++ b/chrome/browser/android/download/download_controller_base.h
|
| @@ -88,10 +88,6 @@ class DownloadControllerBase : public content::DownloadItem::Observer {
|
| // Called by unit test to approve or disapprove file access request.
|
| virtual void SetApproveFileAccessRequestForTesting(bool approve) {}
|
|
|
| - // Called to set the default download file name if it cannot be resolved
|
| - // from url and content disposition
|
| - virtual void SetDefaultDownloadFileName(const std::string& file_name) {}
|
| -
|
| protected:
|
| ~DownloadControllerBase() override {}
|
| static DownloadControllerBase* download_controller_;
|
|
|