Index: chrome/browser/views/options/content_page_view.cc |
=================================================================== |
--- chrome/browser/views/options/content_page_view.cc (revision 5130) |
+++ chrome/browser/views/options/content_page_view.cc (working copy) |
@@ -196,7 +196,9 @@ |
const std::wstring dialog_title = |
l10n_util::GetString(IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_TITLE); |
select_file_dialog_->SelectFile(SelectFileDialog::SELECT_FOLDER, |
- dialog_title, L"", GetRootWindow(), NULL); |
+ dialog_title, std::wstring(), |
+ std::wstring(), std::wstring(), |
+ GetRootWindow(), NULL); |
} else if (sender == download_ask_for_save_location_checkbox_) { |
bool enabled = download_ask_for_save_location_checkbox_->IsSelected(); |
if (enabled) { |