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

Unified Diff: ui/login/account_picker/user_pod_row.js

Issue 528423002: Unload Easy Unlock app when ChromeOS suspends and reload on wake up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: in file Created 6 years, 3 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: ui/login/account_picker/user_pod_row.js
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
index 6828093a94a1f4cfc9d3376d92de2649e0775c57..33e3e2a84edc18966850fb3b732a758b49e3f0f6 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -2351,7 +2351,8 @@ cr.define('login', function() {
return;
}
- pod.customIconElement.fadeOut();
+ // TODO(tengs): Allow option for a fading transition.
+ pod.customIconElement.hidden = true;
tbarzic 2014/09/03 21:40:37 why is this needed?
Tim Song 2014/09/03 21:53:39 Changed to use hide() instead.
},
/**
« chrome/browser/signin/easy_unlock_service.cc ('K') | « chrome/browser/signin/easy_unlock_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698