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

Unified Diff: ui/shell_dialogs/select_file_dialog.cc

Issue 419523006: Experimentally isolate GetOpenFileName in a utility process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 5 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
Index: ui/shell_dialogs/select_file_dialog.cc
diff --git a/ui/shell_dialogs/select_file_dialog.cc b/ui/shell_dialogs/select_file_dialog.cc
index e0449a7b0a31c6e133796b3a798dcde12e8adec7..c7591106f8eb31978bb5cce746b0677ecfd01bca 100644
--- a/ui/shell_dialogs/select_file_dialog.cc
+++ b/ui/shell_dialogs/select_file_dialog.cc
@@ -85,7 +85,7 @@ scoped_refptr<SelectFileDialog> SelectFileDialog::Create(
#if defined(OS_WIN)
// TODO(ananta)
// Fix this for Chrome ASH on Windows.
- return CreateWinSelectFileDialog(listener, policy);
+ return CreateDefaultWinSelectFileDialog(listener, policy);
#elif defined(OS_MACOSX) && !defined(USE_AURA)
return CreateMacSelectFileDialog(listener, policy);
#elif defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698