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

Unified Diff: public/web/WebPageSerializerClient.h

Issue 1177733003: Merge page serializers [12/12] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 6 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
« 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 1a413b075941fbcd101a111dc31e84d2728db4fb..bd5d7a01cd36d9d347a898dde5842671060ca9c9 100644
--- a/public/web/WebPageSerializerClient.h
+++ b/public/web/WebPageSerializerClient.h
@@ -63,14 +63,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;
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