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

Unified Diff: chrome/browser/resources/chromeos/login/user_pod_row.js

Issue 10830157: [cros] Disable GIF user images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | chrome/browser/resources/options2/chromeos/change_picture_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/user_pod_row.js
diff --git a/chrome/browser/resources/chromeos/login/user_pod_row.js b/chrome/browser/resources/chromeos/login/user_pod_row.js
index ed65380a8027904ef74741ff3534adf637f4ca4d..83a497883a1247727aaf6b6bedd79d16ebac2645 100644
--- a/chrome/browser/resources/chromeos/login/user_pod_row.js
+++ b/chrome/browser/resources/chromeos/login/user_pod_row.js
@@ -326,7 +326,7 @@ cr.define('login', function() {
this.imageElement.src = this.isGuest ?
'chrome://theme/IDR_LOGIN_GUEST' :
'chrome://userimage/' + this.user.username +
- '?id=' + (new Date()).getTime() + '&animated';
+ '?id=' + new Date().getTime();
},
/**
« no previous file with comments | « no previous file | chrome/browser/resources/options2/chromeos/change_picture_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698