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

Unified Diff: chrome/browser/resources/chromeos/mobile_setup_portal.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.html ('k') | chrome/browser/resources/gaia_auth/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/mobile_setup_portal.html
diff --git a/chrome/browser/resources/chromeos/mobile_setup_portal.html b/chrome/browser/resources/chromeos/mobile_setup_portal.html
index b0f4d92a2084e36b20bf74947242771ad744e2af..ae8b2f64aa0f7020324ab84d97a0a9a4f95a83e1 100644
--- a/chrome/browser/resources/chromeos/mobile_setup_portal.html
+++ b/chrome/browser/resources/chromeos/mobile_setup_portal.html
@@ -11,7 +11,7 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="mainDiv" class="dialog-body">
- <iframe id="portalFrame" frameborder="0" hidden></iframe>
+ <iframe id="portalFrame" name="portalFrame" frameborder="0" hidden></iframe>
<div id="systemStatus" class="overlay opaque-overlay" hidden>
<div class="startup">
<div id="banner">
@@ -28,7 +28,7 @@
</tbody>
</table>
</div>
- <iframe id="carrierPage" frameborder="0"></iframe>
+ <iframe id="carrierPage" name="carrierPage" frameborder="0"></iframe>
</div>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/chromeos/mobile_setup.html ('k') | chrome/browser/resources/gaia_auth/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698