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

Unified Diff: trunk/public/web/WebPageSerializerClient.h

Issue 73673003: Revert 162155 "This review merges the two existing page serializ..." (Closed) Base URL: svn://svn.chromium.org/blink/
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
« no previous file with comments | « trunk/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: trunk/public/web/WebPageSerializerClient.h
===================================================================
--- trunk/public/web/WebPageSerializerClient.h (revision 162155)
+++ trunk/public/web/WebPageSerializerClient.h (working copy)
@@ -63,13 +63,13 @@
// status indicates the status of data serialization.
virtual void didSerializeDataForFrame(const WebURL& frameURL,
const WebCString& data,
- PageSerializationStatus) = 0;
+ PageSerializationStatus status) = 0;
WebPageSerializerClient() { }
protected:
virtual ~WebPageSerializerClient() { }
};
-} // namespace blink
+} // namespace blink
#endif
Property changes on: trunk/public/web/WebPageSerializerClient.h
___________________________________________________________________
Modified: svn:eol-style
- LF
+ native
« no previous file with comments | « trunk/public/web/WebPageSerializer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698