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

Unified Diff: chrome/utility/ipc_shell_handler_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 | « no previous file | ui/base/win/open_file_name_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | ui/base/win/open_file_name_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698