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

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

Issue 197763016: Set the name of several iframes in browser resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/chromeos/login/screen_gaia_signin.html
diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
index 6c9be605a7f7988f498580684854795077da3b0e..03945e990fbc204a893d707f9b22d52e07f6de2b 100644
--- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
+++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
@@ -3,7 +3,7 @@
<div id="gaia-signin-aria-label" aria-live="polite"></div>
<div id="gaia-signin-form-container">
<div id="login-box"><!-- Aligned with the login box in iframe --></div>
- <iframe id="signin-frame" hidden
+ <iframe id="signin-frame" name="signin-frame" hidden
src="about:blank"
marginwidth="0"
marginheight="0"

Powered by Google App Engine
This is Rietveld 408576698