Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / dom_distiller / core / proto / distilled_page.proto
index b12098d..21d0ec3 100644 (file)
@@ -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;
+}