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 c6f81590ee7c10a8f1deb7775db785d41c69209c..ba71617b76e830699ea7f380ff275ad862b3f16e 100644 |
--- a/components/dom_distiller/core/proto/distilled_page.proto |
+++ b/components/dom_distiller/core/proto/distilled_page.proto |
@@ -14,9 +14,6 @@ message DistilledPageProto { |
// The URLs used to create this page. |
required string url = 1; |
- // A title for the distilled page. |
- optional string title = 2; |
- |
// The distilled HTML. |
required string html = 3; |