Chromium Code Reviews| Index: chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc |
| diff --git a/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc b/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc |
| index c186768f949d031e95bb312f7713845b316f1435..7a2add7468f586a439926a18e4fed70b0c34b7cd 100644 |
| --- a/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc |
| +++ b/chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc |
| @@ -30,7 +30,6 @@ void LoadingIndicator::SetEnabled(bool enabled) { |
| if (enabled_ == enabled) |
| return; |
| enabled_ = enabled; |
| - ResetVisibilityTimer(); |
| SetVisibility(); |
| } |