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

Unified Diff: public/web/WebPageSerializerClient.h

Issue 68613003: Merges the two different page serializers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
« Source/web/WebPageSerializer.cpp ('K') | « public/web/WebPageSerializer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPageSerializerClient.h
diff --git a/public/web/WebPageSerializerClient.h b/public/web/WebPageSerializerClient.h
index 2cdcb6e06bfc72c98f9ae2505b84f231882b1988..37e432918d5f76ce3abf08dc51dba3476e996c89 100644
--- a/public/web/WebPageSerializerClient.h
+++ b/public/web/WebPageSerializerClient.h
@@ -62,14 +62,13 @@ public:
// parameter data contains the available data for saving. The parameter
// status indicates the status of data serialization.
virtual void didSerializeDataForFrame(const WebURL& frameURL,
- const WebCString& data,
- PageSerializationStatus status) = 0;
+ const WebCString& data, PageSerializationStatus) = 0;
abarth-chromium 2013/11/14 16:55:03 What's the benefit of reformatting this line? The
WebPageSerializerClient() { }
protected:
virtual ~WebPageSerializerClient() { }
};
-} // namespace blink
+} // namespace blink
#endif
« Source/web/WebPageSerializer.cpp ('K') | « public/web/WebPageSerializer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698