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

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: Remove newline after XML decl Created 7 years 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
« no previous file with comments | « 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..a55643d3322acdf33c078b3471876702b38ef92a 100644
--- a/public/web/WebPageSerializerClient.h
+++ b/public/web/WebPageSerializerClient.h
@@ -63,13 +63,13 @@ public:
// status indicates the status of data serialization.
virtual void didSerializeDataForFrame(const WebURL& frameURL,
const WebCString& data,
- PageSerializationStatus status) = 0;
+ PageSerializationStatus) = 0;
WebPageSerializerClient() { }
protected:
virtual ~WebPageSerializerClient() { }
};
-} // namespace blink
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebPageSerializer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698