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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 1320453004: OOPIFs: Moving GetSerializedHtmlData...WithLocalLinks away from RenderViewHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-link-gathering
Patch Set: Rebasing... Created 5 years, 3 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
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « content/browser/download/save_package.cc ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698