| Index: chrome/browser/android/download/download_controller.h
|
| diff --git a/chrome/browser/android/download/download_controller.h b/chrome/browser/android/download/download_controller.h
|
| index 163e815daa80f5bafac9c06f2c25c89bbc403f03..737e380aba86e4ac76e1bae319df815bc03bf843 100644
|
| --- a/chrome/browser/android/download/download_controller.h
|
| +++ b/chrome/browser/android/download/download_controller.h
|
| @@ -48,7 +48,6 @@ class DownloadController : public DownloadControllerBase {
|
| void AcquireFileAccessPermission(
|
| content::WebContents* web_contents,
|
| const AcquireFileAccessPermissionCallback& callback) override;
|
| - void SetDefaultDownloadFileName(const std::string& file_name) override;
|
|
|
| // UMA histogram enum for download cancellation reasons. Keep this
|
| // in sync with MobileDownloadCancelReason in histograms.xml. This should be
|
|
|