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

Unified Diff: ui/shell_dialogs/select_file_dialog_win.h

Issue 487453002: Experimentally isolate GetSaveFileName in a utility process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small cleanups. Created 6 years, 4 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
Index: ui/shell_dialogs/select_file_dialog_win.h
diff --git a/ui/shell_dialogs/select_file_dialog_win.h b/ui/shell_dialogs/select_file_dialog_win.h
index d8035c56676308876394797ce294c2c1d1797f5f..646bdb12b848a6805d080acfeddb66b14ae162c4 100644
--- a/ui/shell_dialogs/select_file_dialog_win.h
+++ b/ui/shell_dialogs/select_file_dialog_win.h
@@ -25,7 +25,8 @@ SHELL_DIALOGS_EXPORT std::wstring AppendExtensionIfNeeded(
SHELL_DIALOGS_EXPORT SelectFileDialog* CreateWinSelectFileDialog(
SelectFileDialog::Listener* listener,
SelectFilePolicy* policy,
- const base::Callback<bool(OPENFILENAME* ofn)>& get_open_file_name_impl);
+ const base::Callback<bool(OPENFILENAME* ofn)>& get_open_file_name_impl,
+ const base::Callback<bool(OPENFILENAME* ofn)>& get_save_file_name_impl);
SelectFileDialog* CreateDefaultWinSelectFileDialog(
SelectFileDialog::Listener* listener,

Powered by Google App Engine
This is Rietveld 408576698