Index: chrome/utility/ipc_shell_handler_win.cc |
diff --git a/chrome/utility/ipc_shell_handler_win.cc b/chrome/utility/ipc_shell_handler_win.cc |
index 55786e051a776c10019c3ef1120949ef5b917168..cfdb765b8d7c956b7d4d379223dd3cb845256f68 100644 |
--- a/chrome/utility/ipc_shell_handler_win.cc |
+++ b/chrome/utility/ipc_shell_handler_win.cc |
@@ -61,8 +61,6 @@ void IPCShellHandler::OnGetSaveFileName( |
open_file_name.GetOPENFILENAME()->lpstrDefExt = |
params.default_extension.c_str(); |
- open_file_name.MaybeInstallWindowPositionHookForSaveAsOnXP(); |
- |
if (::GetSaveFileName(open_file_name.GetOPENFILENAME())) { |
content::UtilityThread::Get()->Send( |
new ChromeUtilityHostMsg_GetSaveFileName_Result( |