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

Unified Diff: ui/base/win/open_file_name_win.h

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 | « chrome/utility/ipc_shell_handler_win.cc ('k') | ui/base/win/open_file_name_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/open_file_name_win.h
diff --git a/ui/base/win/open_file_name_win.h b/ui/base/win/open_file_name_win.h
index 5d0b028edbb0e86e5b18cc0b7fee7a76b777b14f..b0b32a9f39aa9a4787f94ff438860543e4d83d2e 100644
--- a/ui/base/win/open_file_name_win.h
+++ b/ui/base/win/open_file_name_win.h
@@ -40,12 +40,6 @@ class UI_BASE_EXPORT OpenFileName {
void SetInitialSelection(const base::FilePath& initial_directory,
const base::FilePath& initial_filename);
- // The save as dialog on Windows XP remembers its last position, and if the
- // screen resolution has changed it may be off screen. This method will check
- // if we are running on XP and if so install a hook to reposition the dialog
- // if necessary.
- void MaybeInstallWindowPositionHookForSaveAsOnXP();
-
// Returns the single selected file, or an empty path if there are more or
// less than one results.
base::FilePath GetSingleResult();
« no previous file with comments | « chrome/utility/ipc_shell_handler_win.cc ('k') | ui/base/win/open_file_name_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698