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

Unified Diff: chrome/browser/resources/chromeos/login/indeterminate-progress.js

Issue 883033002: Disabled animation in indeterminate progress bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/indeterminate-progress.js
diff --git a/chrome/browser/resources/chromeos/login/indeterminate-progress.js b/chrome/browser/resources/chromeos/login/indeterminate-progress.js
index 3c13c337022ba70ab13c5bd2e1adafac04a0a6fb..2a59b2715e9b0ce80dfa68cc1ffb9c6a84e359c6 100644
--- a/chrome/browser/resources/chromeos/login/indeterminate-progress.js
+++ b/chrome/browser/resources/chromeos/login/indeterminate-progress.js
@@ -20,7 +20,6 @@ Polymer('indeterminate-progress', {
},
ready: function() {
- this.async(this.doProgress, null, this.timeout);
},
doProgress: function() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698