Chromium Code Reviews| Index: chrome/browser/ui/webui/downloads_dom_handler.cc |
| diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc |
| index 0ce308cf19ff74995a8aad7d3e3e66ebd8139d58..ddac1a467a1f28b70bb1f123f681049fdf7314f4 100644 |
| --- a/chrome/browser/ui/webui/downloads_dom_handler.cc |
| +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc |
| @@ -64,7 +64,7 @@ namespace { |
| // Maximum number of downloads to show. TODO(glen): Remove this and instead |
| // stuff the downloads down the pipe slowly. |
| size_t MaxNumberOfDownloads() { |
| - return MdDownloadsEnabled() ? 50 : 150; |
| + return MdDownloadsEnabled() ? 300 : 150; |
|
esprehn
2015/10/03 05:11:54
woah!
Dan Beam
2015/10/04 08:27:08
Acknowledged.
|
| } |
| enum DownloadsDOMEvent { |