| Index: chrome/browser/android/vr_shell/textures/url_bar_texture.cc
|
| diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
|
| index 561063e5d1e9f91da6a7d8949b3607e73357053e..a65858b4f64bdd15ba928860bf263cd93a51def8 100644
|
| --- a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
|
| +++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
|
| @@ -384,8 +384,7 @@ void UrlBarTexture::ApplyUrlStyling(
|
| render_text->ApplyColor(getSchemeColor(security_level, color_scheme),
|
| scheme_range);
|
| if (security_level == SecurityLevel::DANGEROUS) {
|
| - render_text->ApplyStyle(gfx::TextStyle::DIAGONAL_STRIKE, true,
|
| - scheme_range);
|
| + render_text->ApplyStyle(gfx::TextStyle::STRIKE, true, scheme_range);
|
| }
|
| }
|
| }
|
|
|