Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1082)

Unified Diff: chrome/browser/android/vr_shell/ui_elements/loading_indicator.cc

Issue 2921383002: [vr] Close exit prompt when clicking on background (Closed)
Patch Set: fix bot Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698