| 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
|
|
|