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

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

Issue 2033113002: Decrease timeout of SAML webview with camera to 90 seconds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/screen_gaia_signin.js
diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.js b/chrome/browser/resources/chromeos/login/screen_gaia_signin.js
index 4abf255e226e5ad08acc32f6e7a75d63650396d0..112edf5bccbc728f0f1ef879829562146c7932fe 100644
--- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.js
+++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.js
@@ -30,7 +30,7 @@ login.createScreen('GaiaSigninScreen', 'gaia-signin', function() {
// Amount of time allowed for video based SAML logins, to prevent a site
// from keeping the camera on indefinitely. This is a hard deadline and
// it will not be extended by user activity.
- /** @const */ var VIDEO_LOGIN_TIMEOUT = 180 * 1000;
+ /** @const */ var VIDEO_LOGIN_TIMEOUT = 90 * 1000;
/**
* The modes this screen can be in.
« 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