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

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

Issue 1100623003: ChromeOS Gaia: Polishing Offline UI and Password changed UI according to specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « chrome/browser/resources/chromeos/login/offline_gaia.html ('k') | 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/offline_gaia.js
diff --git a/chrome/browser/resources/chromeos/login/offline_gaia.js b/chrome/browser/resources/chromeos/login/offline_gaia.js
index 00636eece3c88970434c85e306fc7962d5ee925f..bc0ad75eac6aade080e8b31ef0ba05027272d9ec 100644
--- a/chrome/browser/resources/chromeos/login/offline_gaia.js
+++ b/chrome/browser/resources/chromeos/login/offline_gaia.js
@@ -75,6 +75,7 @@ Polymer('offline-gaia', (function() {
switchToEmailCard() {
this.$.passwordInput.inputValue = '';
this.$.passwordInput.setValid(true);
+ this.$.emailInput.setValid(true);
this.$.backButton.hidden = true;
this.$.animatedPages.selected = 0;
},
« no previous file with comments | « chrome/browser/resources/chromeos/login/offline_gaia.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698