| Index: chrome/browser/download/save_package.h
|
| diff --git a/chrome/browser/download/save_package.h b/chrome/browser/download/save_package.h
|
| index 74f55267f413a098d4aeefbdcf411792123bf614..03966a976264f72be2ca770481e5cda2b3669f26 100644
|
| --- a/chrome/browser/download/save_package.h
|
| +++ b/chrome/browser/download/save_package.h
|
| @@ -124,6 +124,10 @@ class SavePackage : public base::RefCountedThreadSafe<SavePackage>,
|
| int tab_id() const { return tab_id_; }
|
| int id() const { return unique_id_; }
|
|
|
| + // Determines the saved file name based on the information of the
|
| + // current page, and then starts to download the page. This method
|
| + // runs in the background and may finish asynchronously after this
|
| + // method returns.
|
| void GetSaveInfo();
|
|
|
| // Statics -------------------------------------------------------------------
|
|
|