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

Unified Diff: chrome/browser/download/save_package.cc

Issue 63011: Monster FilePath patch! (Closed)
Patch Set: sync with trunk Created 11 years, 8 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/browser/download/download_manager.h ('k') | chrome/browser/extensions/user_script_master.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/save_package.cc
diff --git a/chrome/browser/download/save_package.cc b/chrome/browser/download/save_package.cc
index b54f060fabf71217f70d9e532ddf2f142a9cb2c3..23bb704a311df3f957dbde5e9d1a45175e43dc48 100644
--- a/chrome/browser/download/save_package.cc
+++ b/chrome/browser/download/save_package.cc
@@ -1041,7 +1041,7 @@ void SavePackage::GetSaveInfo() {
} else
#endif // defined(OS_LINUX) || defined(OS_WIN)
{
- // Just use 'suggested_name' instead of opening the dialog prompt.
+ // Just use 'suggested_path' instead of opening the dialog prompt.
ContinueSave(save_params, suggested_path, filter_index);
delete save_params;
}
« no previous file with comments | « chrome/browser/download/download_manager.h ('k') | chrome/browser/extensions/user_script_master.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698