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

Unified Diff: public/web/WebPageSerializerClient.h

Issue 1295063002: Revert "Remove old serializer" It caused a regression, crbug.com/510422 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 bd5d7a01cd36d9d347a898dde5842671060ca9c9..1a413b075941fbcd101a111dc31e84d2728db4fb 100644
--- a/public/web/WebPageSerializerClient.h
+++ b/public/web/WebPageSerializerClient.h
@@ -63,13 +63,14 @@ 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) = 0;
+ const WebCString& data,
+ PageSerializationStatus status) = 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