| Index: chrome/browser/tab_contents/web_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/web_contents.h (revision 12784)
|
| +++ chrome/browser/tab_contents/web_contents.h (working copy)
|
| @@ -239,12 +239,13 @@
|
| bool success,
|
| const std::wstring& prompt);
|
|
|
| - // Prepare for saving page.
|
| + // Prepare for saving the current web page to disk.
|
| void OnSavePage();
|
|
|
| // Save page with the main HTML file path, the directory for saving resources,
|
| // and the save type: HTML only or complete web page.
|
| - void SavePage(const std::wstring& main_file, const std::wstring& dir_path,
|
| + void SavePage(const std::wstring& main_file,
|
| + const std::wstring& dir_path,
|
| SavePackage::SavePackageType save_type);
|
|
|
| // Displays asynchronously a print preview (generated by the renderer) if not
|
| @@ -429,7 +430,7 @@
|
|
|
| // SelectFileDialog::Listener ------------------------------------------------
|
|
|
| - virtual void FileSelected(const std::wstring& path, void* params);
|
| + virtual void FileSelected(const std::wstring& path, int index, void* params);
|
| virtual void MultiFilesSelected(const std::vector<std::wstring>& files,
|
| void* params);
|
| virtual void FileSelectionCanceled(void* params);
|
|
|