| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index c978c53de388ce833245314d9562f2524d4fa7f0..3630e9b7ff11e8ca3cba2d0648f8a676dc35b1ad 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -911,6 +911,10 @@ void Browser::OpenFile() {
|
| NULL);
|
| }
|
|
|
| +void Browser::CloseFileDialog() {
|
| + select_file_dialog_->Close();
|
| +}
|
| +
|
| void Browser::UpdateDownloadShelfVisibility(bool visible) {
|
| if (GetStatusBubble())
|
| GetStatusBubble()->UpdateDownloadShelfVisibility(visible);
|
|
|