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

Unified Diff: content/public/browser/download_manager_delegate.h

Issue 9809011: GData save package support with MHTML. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add comments and TODOs Created 8 years, 9 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: content/public/browser/download_manager_delegate.h
===================================================================
--- content/public/browser/download_manager_delegate.h (revision 128956)
+++ content/public/browser/download_manager_delegate.h (working copy)
@@ -109,7 +109,9 @@
FilePath* download_save_dir) {}
// Asks the user for the path to save a page. The delegate calls the callback
- // to give the answer.
+ // to give the answer, except on ChromeOS, where the saving is done by
+ // SavePackageFilePickerChromeOS. TODO(achuith): Move ChromeOS save
+ // functionality to SavePackage.
virtual void ChooseSavePath(WebContents* web_contents,
const FilePath& suggested_path,
const FilePath::StringType& default_extension,

Powered by Google App Engine
This is Rietveld 408576698