| Index: content/browser/download/download_item_factory.h
|
| diff --git a/content/browser/download/download_item_factory.h b/content/browser/download/download_item_factory.h
|
| index 9242c238eb15ffc316c9cf25eeea8417ee547b4a..33fc64f00c262c6a1c19f6983c8a22125474160f 100644
|
| --- a/content/browser/download/download_item_factory.h
|
| +++ b/content/browser/download/download_item_factory.h
|
| @@ -64,6 +64,7 @@ public:
|
| DownloadInterruptReason interrupt_reason,
|
| bool opened,
|
| base::Time last_access_time,
|
| + bool visible,
|
| const std::vector<DownloadItem::ReceivedSlice>& received_slices,
|
| const net::NetLogWithSource& net_log) = 0;
|
|
|
|
|