| Index: chrome/browser/ui/views/shell_dialogs_aura.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/shell_dialogs_aura.cc (revision 102115)
|
| +++ chrome/browser/ui/views/shell_dialogs_aura.cc (working copy)
|
| @@ -4,11 +4,7 @@
|
|
|
| #include "chrome/browser/ui/shell_dialogs.h"
|
|
|
| -#include "chrome/browser/ui/views/file_manager_dialog.h"
|
| -#include "content/browser/browser_thread.h"
|
| -
|
| // static
|
| SelectFileDialog* SelectFileDialog::Create(Listener* listener) {
|
| - DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| - return new FileManagerDialog(listener);
|
| + return NULL;
|
| }
|
|
|