Chromium Code Reviews
        
  DescriptionFix Views Omnibox diagonal strike styling.
Clear the diagonal strike style (before potentially applying URL security styling).
This was a simple regression from my http://crrev.com/180067
OmniboxViewViews previously cleared the diagonal strike style in line 919 of:
https://chromiumcodereview.appspot.com/11535014/diff/57050/chrome/browser/ui/views/omnibox/omnibox_view_views.cc
ApplyURLStyle(textfield_, 0, text.length(), base_color, false);
My change still reset the overall textfield color, but not the diagonal strike style. 
BUG=177082
TEST=Get SSL error (https://cacert.org), new tab, switch back to SSL error tab; only scheme has a strike.
R=pkasting@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184322
   
  Patch Set 1 #
 Messages
    Total messages: 4 (0 generated)
     
  
  
       | 
    |||||||||||||||||||