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(); |