| Index: chrome/browser/ui/views/download/download_shelf_view.cc
|
| diff --git a/chrome/browser/ui/views/download/download_shelf_view.cc b/chrome/browser/ui/views/download/download_shelf_view.cc
|
| index 2be559bf5be777c72f4bb051e277ee422ab059bb..66d58bc60802b592e2f59e5dd266b8d32e11a041 100644
|
| --- a/chrome/browser/ui/views/download/download_shelf_view.cc
|
| +++ b/chrome/browser/ui/views/download/download_shelf_view.cc
|
| @@ -165,6 +165,10 @@ content::PageNavigator* DownloadShelfView::GetNavigator() {
|
| return browser_;
|
| }
|
|
|
| +BrowserView* DownloadShelfView::GetParentWindowView() {
|
| + return parent_;
|
| +}
|
| +
|
| gfx::Size DownloadShelfView::GetPreferredSize() {
|
| gfx::Size prefsize(kRightPadding + kLeftPadding + kCloseAndLinkPadding, 0);
|
| AdjustSize(close_button_, &prefsize);
|
|
|