| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 5d987a2836ce95c8ac33ba1b9d04d40c9f31ad1d..053643658a3396447e505ff31112bc5c987afd3f 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -524,8 +524,9 @@ class TabContents : public PageNavigator,
|
| 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,
|
| + // and the save type: HTML only or complete web page. Returns true if the
|
| + // saving process has been initiated successfully.
|
| + bool SavePage(const std::wstring& main_file,
|
| const std::wstring& dir_path,
|
| SavePackage::SavePackageType save_type);
|
|
|
|
|