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

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

Issue 260073009: [dom_distiller] Add support for incremental viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 7 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 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;
+}

Powered by Google App Engine
This is Rietveld 408576698