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

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: 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
Index: content/renderer/render_frame_impl.cc
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
index 06490d55ed496054137b5660a645524a421e2206..0a00602ddfca9a4c593ba45cf0d6f43a19598996 100644
--- a/content/renderer/render_frame_impl.cc
+++ b/content/renderer/render_frame_impl.cc
@@ -4470,7 +4470,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());
« no previous file with comments | « content/renderer/dom_serializer_browsertest.cc ('k') | content/test/data/dom_serializer/iframe-src-is-exe.htm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698