Index: ui/gfx/render_text_linux.cc |
diff --git a/ui/gfx/render_text_linux.cc b/ui/gfx/render_text_linux.cc |
index e2f0d67b9294737cea244a7c11954c8515134553..e709f95206c5cd785a3113716bdf64967c2123c6 100644 |
--- a/ui/gfx/render_text_linux.cc |
+++ b/ui/gfx/render_text_linux.cc |
@@ -234,7 +234,7 @@ void RenderTextLinux::EnsureLayout() { |
layout_ = pango_cairo_create_layout(cr); |
SetupPangoLayout( |
layout_, |
- text(), |
+ GetCensoredText(), |
default_style().font, |
display_rect().width(), |
base::i18n::GetFirstStrongCharacterDirection(text()), |