| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.cc b/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| index 3ba9286b06450f34693d6868eceeec4ecfb13b46..7ba9adf1f355d16113b2fc2e9f753bbf2836aa72 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
|
| @@ -814,6 +814,7 @@ void OmniboxViewViews::EmphasizeURLComponents() {
|
| // URLs with search terms, we may have a non-URL even when the user is not
|
| // editing; and in some cases, e.g. for "site:foo.com" searches, the parser
|
| // may have incorrectly identified a qualifier as a scheme.
|
| + SetStyle(gfx::DIAGONAL_STRIKE, false);
|
| if (!model()->user_input_in_progress() && model()->CurrentTextIsURL() &&
|
| scheme.is_nonempty() && (security_level_ != ToolbarModel::NONE)) {
|
| SkColor security_color = location_bar_view_->GetColor(
|
|
|