Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8431)

Unified Diff: chrome/browser/ui/browser.h

Issue 1233913009: Make File-Picker modal on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: close the file-picker when the test is done. Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | ui/shell_dialogs/select_file_dialog.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | ui/shell_dialogs/select_file_dialog.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698