| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index de8176b827f036d56e77d65f4894c8024c3f1db6..e08efc95fe34a06a17fb5cf2c9926c49e8b8a9a3 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -258,18 +258,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| // Tells the renderer view to focus the first (last if reverse is true) node.
|
| void SetInitialFocus(bool reverse);
|
|
|
| - // Get html data by serializing all frames of current page with lists
|
| - // which contain all resource links that have local copy.
|
| - // The parameter links contain original URLs of all saved links.
|
| - // The parameter local_paths contain corresponding local file paths of
|
| - // all saved links, which matched with vector:links one by one.
|
| - // The parameter local_directory_name is relative path of directory which
|
| - // contain all saved auxiliary files included all sub frames and resouces.
|
| - void GetSerializedHtmlDataForCurrentPageWithLocalLinks(
|
| - const std::vector<GURL>& links,
|
| - const std::vector<base::FilePath>& local_paths,
|
| - const base::FilePath& local_directory_name);
|
| -
|
| // Notifies the RenderViewHost that its load state changed.
|
| void LoadStateChanged(const GURL& url,
|
| const net::LoadStateWithParam& load_state,
|
|
|