Index: components/dom_distiller/core/proto/distilled_page.proto |
diff --git a/components/dom_distiller/core/proto/distilled_page.proto b/components/dom_distiller/core/proto/distilled_page.proto |
index b12098dcc83ffc523be08df4db6b9ecf8f13c438..21d0ec340f4e7b960abc49d0b48cf6d1ac270000 100644 |
--- a/components/dom_distiller/core/proto/distilled_page.proto |
+++ b/components/dom_distiller/core/proto/distilled_page.proto |
@@ -31,4 +31,12 @@ message DistilledPageProto { |
// Title for the current page. |
optional string title = 5; |
-} |
+ |
+ message DebugInfo { |
+ // Contains the log from the JS distiller. |
+ optional string log = 1; |
+ } |
+ |
+ // Debug information about this page. |
+ optional DebugInfo debug_info = 6; |
+} |