X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fdom_distiller%2Fcore%2Fproto%2Fdistilled_page.proto;h=21d0ec340f4e7b960abc49d0b48cf6d1ac270000;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=b12098dcc83ffc523be08df4db6b9ecf8f13c438;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/dom_distiller/core/proto/distilled_page.proto b/src/components/dom_distiller/core/proto/distilled_page.proto index b12098d..21d0ec3 100644 --- a/src/components/dom_distiller/core/proto/distilled_page.proto +++ b/src/components/dom_distiller/core/proto/distilled_page.proto @@ -31,4 +31,12 @@ message DistilledPageProto { // Title for the current page. optional string title = 5; -} \ No newline at end of file + + message DebugInfo { + // Contains the log from the JS distiller. + optional string log = 1; + } + + // Debug information about this page. + optional DebugInfo debug_info = 6; +}