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

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

Issue 667323002: Update protobuff and template to handle text direction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Text directionality fix Created 6 years, 2 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 21d0ec340f4e7b960abc49d0b48cf6d1ac270000..1670b3dfdb50716db17c8105a39c0c294449b15a 100644
--- a/components/dom_distiller/core/proto/distilled_page.proto
+++ b/components/dom_distiller/core/proto/distilled_page.proto
@@ -39,4 +39,7 @@ message DistilledPageProto {
// Debug information about this page.
optional DebugInfo debug_info = 6;
+
+ // text directionality
+ optional string text_direction = 7;
}
« no previous file with comments | « components/dom_distiller/core/html/dom_distiller_viewer.html ('k') | components/dom_distiller/core/viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698