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

Unified Diff: content/renderer/render_frame_impl.cc

Issue 1371533002: Remove "recursive" parameter from WebPageSerializer::serialize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-complete-serialization
Patch Set: 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
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index d4666db23b4ec4467d556cfb02b4b4162610aa37..1e930905d33bf5a49235c6f63ce6fa58698c2308 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -4472,7 +4472,6 @@ void RenderFrameImpl::OnGetSerializedHtmlWithLocalLinks(
// Serialize the frame (without recursing into subframes).
WebPageSerializer::serialize(GetWebFrame(),
- false, // recursive? nope.
this, // WebPageSerializerClient.
weburl_links, webstring_paths,
local_directory_path.AsUTF16Unsafe());

Powered by Google App Engine
This is Rietveld 408576698