Chromium Code Reviews| Index: chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
| diff --git a/chrome/browser/android/vr_shell/ui_elements/url_bar.cc b/chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
| index ca12a327af118a48aa648a4b02b12213866e6900..94c068dc587c0f39f23e611172be888c55776174 100644 |
| --- a/chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
| +++ b/chrome/browser/android/vr_shell/ui_elements/url_bar.cc |
| @@ -61,6 +61,7 @@ void UrlBar::OnBeginFrame(const base::TimeTicks& begin_frame_time) { |
| void UrlBar::SetEnabled(bool enabled) { |
| enabled_ = enabled; |
| + set_visible(enabled); |
| } |
| void UrlBar::SetURL(const GURL& gurl) { |