| Index: chrome/browser/android/vr_shell/textures/url_bar_texture.h
 | 
| diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.h b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
 | 
| index bc24715af1132423033d6005ee0ff5e31482edac..ed721e565373252f2b5cc7305b442fa77db519e5 100644
 | 
| --- a/chrome/browser/android/vr_shell/textures/url_bar_texture.h
 | 
| +++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.h
 | 
| @@ -81,7 +81,6 @@ class UrlBarTexture : public UiTexture {
 | 
|  
 | 
|    GURL last_drawn_gurl_;
 | 
|    bool has_back_button_ = true;
 | 
| -  bool has_security_chip_ = true;
 | 
|    security_state::SecurityLevel last_drawn_security_level_;
 | 
|    base::Callback<void(UiUnsupportedMode)> failure_callback_;
 | 
|    gfx::RectF security_hit_region_ = gfx::RectF(0, 0, 0, 0);
 | 
| 
 |