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

Unified Diff: ui/shell_dialogs/select_file_dialog_win.cc

Issue 2123803003: Remove WinXP hook for OPENFILENAME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « ui/base/win/open_file_name_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell_dialogs/select_file_dialog_win.cc
diff --git a/ui/shell_dialogs/select_file_dialog_win.cc b/ui/shell_dialogs/select_file_dialog_win.cc
index d455f59c5cea56a49ace1ad1d5f3e85a4de80bd8..9e4fd48c692d78ee261ee52009370db566c1a7bd 100644
--- a/ui/shell_dialogs/select_file_dialog_win.cc
+++ b/ui/shell_dialogs/select_file_dialog_win.cc
@@ -445,7 +445,6 @@ bool SelectFileDialogImpl::SaveFileAsWithFilter(
filter.empty() ? NULL : filter.c_str();
save_as.GetOPENFILENAME()->nFilterIndex = *index;
save_as.GetOPENFILENAME()->lpstrDefExt = &def_ext[0];
- save_as.MaybeInstallWindowPositionHookForSaveAsOnXP();
if (!get_save_file_name_impl_.Run(save_as.GetOPENFILENAME()))
return false;
« no previous file with comments | « ui/base/win/open_file_name_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698