| Index: chrome/browser/download/download_item.h
|
| diff --git a/chrome/browser/download/download_item.h b/chrome/browser/download/download_item.h
|
| index 1a9a5efd0b66366f582fd97258b2387e279d1896..110f2fa64e5cf77d2cb5cebd13de92f89ce6caaa 100644
|
| --- a/chrome/browser/download/download_item.h
|
| +++ b/chrome/browser/download/download_item.h
|
| @@ -171,7 +171,6 @@ class DownloadItem {
|
| void set_db_handle(int64 handle) { db_handle_ = handle; }
|
| int64 db_handle() const { return db_handle_; }
|
| bool is_paused() const { return is_paused_; }
|
| - void set_is_paused(bool pause) { is_paused_ = pause; }
|
| bool open_when_complete() const { return open_when_complete_; }
|
| void set_open_when_complete(bool open) { open_when_complete_ = open; }
|
| int render_process_id() const { return render_process_id_; }
|
|
|