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 ba71617b76e830699ea7f380ff275ad862b3f16e..b12098dcc83ffc523be08df4db6b9ecf8f13c438 100644 |
--- a/components/dom_distiller/core/proto/distilled_page.proto |
+++ b/components/dom_distiller/core/proto/distilled_page.proto |
@@ -28,4 +28,7 @@ message DistilledPageProto { |
// The images referenced in the HTML. |
repeated Image image = 4; |
-} |
+ |
+ // Title for the current page. |
+ optional string title = 5; |
+} |