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

Unified Diff: chrome/browser/resources/inline_login/inline_login.js

Issue 134263005: Implement inline signin with iframe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for various iframe bugs Created 6 years, 10 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/resources/inline_login/inline_login.js
diff --git a/chrome/browser/resources/inline_login/inline_login.js b/chrome/browser/resources/inline_login/inline_login.js
index fbd30c907ddc5da215a84ecb3c850c2d20eac613..6e09bb612258ff9c9e192d1abf28acb59a679df9 100644
--- a/chrome/browser/resources/inline_login/inline_login.js
+++ b/chrome/browser/resources/inline_login/inline_login.js
@@ -49,10 +49,7 @@ cr.define('inline.login', function() {
*/
function loadAuthExtension(data) {
authExtHost.load(data.authMode, data, onAuthCompleted);
- // Do not show loading spinner to give user a faster response
- // with inline flows.
- $('contents').classList.toggle('loading',
- data.authMode != cr.login.GaiaAuthHost.AuthMode.INLINE);
+ $('contents').classList.toggle('loading', true);
}
/**
« no previous file with comments | « chrome/browser/resources/gaia_auth_host/gaia_auth_host.js ('k') | chrome/browser/ui/sync/one_click_signin_sync_starter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698