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

Unified Diff: chrome/browser/resources/chromeos/mobile_setup.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
Index: chrome/browser/resources/chromeos/mobile_setup.html
diff --git a/chrome/browser/resources/chromeos/mobile_setup.html b/chrome/browser/resources/chromeos/mobile_setup.html
index 8aaa8623a54a5e39d88d9bfe1eaa3a48f81abe46..fb8536d695278a98554bfde4965543f151f1e3c2 100644
--- a/chrome/browser/resources/chromeos/mobile_setup.html
+++ b/chrome/browser/resources/chromeos/mobile_setup.html
@@ -13,7 +13,7 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<div id="mainDiv" class="dialog-body">
- <iframe class="hidden" id="paymentForm" frameborder="0"></iframe>
+ <iframe class="hidden" id="paymentForm" name="paymentForm" frameborder="0"></iframe>
<div id="systemStatus" class="overlay opaque-overlay hidden">
<div class="startup">
<div id="banner">
@@ -28,7 +28,7 @@
</tr>
</tbody></table>
</div>
- <iframe id="carrierPage" frameborder="0"></iframe>
+ <iframe id="carrierPage" name="carrierPage" frameborder="0"></iframe>
</div>
</div>
<div id="finalStatus" class="overlay translucent-black-overlay hidden">

Powered by Google App Engine
This is Rietveld 408576698