 Chromium Code Reviews
 Chromium Code Reviews Issue 209613002:
  Download shelf autohides on showing in shell, just same as regular open 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 209613002:
  Download shelf autohides on showing in shell, just same as regular open 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/browser/ntp_snippets/fake_download_item.cc | 
| diff --git a/chrome/browser/ntp_snippets/fake_download_item.cc b/chrome/browser/ntp_snippets/fake_download_item.cc | 
| index e5ea5f5c5c2ab66faed62dd1a8ae1041a282d81c..26a183155003d22c320277b16668de0357016733 100644 | 
| --- a/chrome/browser/ntp_snippets/fake_download_item.cc | 
| +++ b/chrome/browser/ntp_snippets/fake_download_item.cc | 
| @@ -371,10 +371,6 @@ void FakeDownloadItem::SetOpenWhenComplete(bool open) { | 
| NOTREACHED(); | 
| } | 
| -void FakeDownloadItem::SetOpened(bool opened) { | 
| - NOTREACHED(); | 
| -} | 
| - | 
| void FakeDownloadItem::SetDisplayName(const base::FilePath& name) { | 
| NOTREACHED(); | 
| } |