Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: components/dom_distiller/core/proto/distilled_page.proto

Issue 146843010: Add support for multipage distillation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « components/dom_distiller/core/proto/distilled_article.proto ('k') | components/dom_distiller/core/task_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698