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

Unified Diff: third_party/WebKit/public/web/WebPageSerializer.h

Issue 1373573002: ABANDONED: OOPIFs: Moving stitching of local paths from renderer to browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-recursive-begone
Patch Set: Removed no longer needed WebKit dependency. Created 5 years, 2 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: third_party/WebKit/public/web/WebPageSerializer.h
diff --git a/third_party/WebKit/public/web/WebPageSerializer.h b/third_party/WebKit/public/web/WebPageSerializer.h
index f1a5f372e9db69993996ae406a565e17d5dce753..b82b6dcba36cb2e5444f9f37065f59592790b0ce 100644
--- a/third_party/WebKit/public/web/WebPageSerializer.h
+++ b/third_party/WebKit/public/web/WebPageSerializer.h
@@ -81,17 +81,9 @@ public:
// The parameter client specifies the pointer of interface
// WebPageSerializerClient providing a sink interface to receive the
// individual chunks of data to be saved.
- // The parameter links contain original URLs of all saved links.
- // The parameter localPaths contain corresponding local file paths of all
- // saved links, which matched with vector:links one by one.
- // The parameter localDirectoryName is relative path of directory which
- // contain all saved auxiliary files included all sub frames and resources.
BLINK_EXPORT static bool serialize(
WebLocalFrame*,
- WebPageSerializerClient*,
- const WebVector<WebURL>& links,
- const WebVector<WebString>& localPaths,
- const WebString& localDirectoryName);
+ WebPageSerializerClient*);
// Retrieve all the resource for the passed view, including the main frame
// and sub-frames. Returns true if all resources were retrieved

Powered by Google App Engine
This is Rietveld 408576698