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

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

Issue 8523006: Don't show FileManagerDialog if another FileManagerDialog is shown in the same tab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: space Created 9 years, 1 month 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/views/file_manager_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/file_manager_dialog.h
diff --git a/chrome/browser/ui/views/file_manager_dialog.h b/chrome/browser/ui/views/file_manager_dialog.h
index e29afda6f5497ecd9be9f0663ec2269cd23b4f19..b269b4ebd8164c99af90dbc5b8adfd2c7953828d 100644
--- a/chrome/browser/ui/views/file_manager_dialog.h
+++ b/chrome/browser/ui/views/file_manager_dialog.h
@@ -70,6 +70,9 @@ class FileManagerDialog
// Adds this to the list of pending dialogs, used for testing.
void AddPending(int32 tab_id);
+ // Check if the list of pending dialogs contains dialog for |tab_id|.
+ static bool PendingExists(int32 tab_id);
+
// Returns if the dialog has mutiple file type choices
virtual bool HasMultipleFileTypeChoicesImpl();
« no previous file with comments | « no previous file | chrome/browser/ui/views/file_manager_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698