| Index: chrome/browser/download/chrome_download_manager_delegate.h
|
| diff --git a/chrome/browser/download/chrome_download_manager_delegate.h b/chrome/browser/download/chrome_download_manager_delegate.h
|
| index 6d7c6ea696417d00dbd7bd2340a87e222391e86c..7346c730f1855df7320b64b1b21e6e47a60028a1 100644
|
| --- a/chrome/browser/download/chrome_download_manager_delegate.h
|
| +++ b/chrome/browser/download/chrome_download_manager_delegate.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -86,7 +86,6 @@ class ChromeDownloadManagerDelegate
|
| const FilePath::StringType& default_extension,
|
| bool can_save_as_complete,
|
| content::SaveFilePathPickedCallback callback) OVERRIDE;
|
| - virtual void DownloadProgressUpdated() OVERRIDE;
|
|
|
| DownloadPrefs* download_prefs() { return download_prefs_.get(); }
|
| DownloadHistory* download_history() { return download_history_.get(); }
|
|
|