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

Unified Diff: chrome/browser/resources/gaia_auth/main.html

Issue 203693004: 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
« no previous file with comments | « chrome/browser/resources/chromeos/mobile_setup_portal.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/gaia_auth/main.html
diff --git a/chrome/browser/resources/gaia_auth/main.html b/chrome/browser/resources/gaia_auth/main.html
index 944d3fffd9ab041c6e133a41d60c461d21a10665..57e14f3b273f2d2846f2b5366d09a63606b8ea45 100644
--- a/chrome/browser/resources/gaia_auth/main.html
+++ b/chrome/browser/resources/gaia_auth/main.html
@@ -8,6 +8,6 @@
<script src="main.js"></script>
</head>
<body>
- <iframe id="gaia-frame" src="about:blank" frameborder="0"></iframe>
+ <iframe id="gaia-frame" name="gaia-frame" src="about:blank" frameborder="0"></iframe>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/chromeos/mobile_setup_portal.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698