Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index f44f3f02a98f3cc77ca89d2ea8f9813a00f9e5b0..9ebb407b3cc27ab0216bf8d758a781cc774916bc 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -400,6 +400,8 @@ class Browser : public TabStripModelObserver, |
| // Show various bits of UI |
| void OpenFile(); |
| + // Close the file dialog for BrowserViewFocusTest.BrowserDialogModalTest. |
| + void CloseFileDialog(); |
|
msw
2015/09/23 17:12:21
Adding public API to Browser (especially test-spec
|
| void UpdateDownloadShelfVisibility(bool visible); |