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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_eula.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/login/oobe_screen_eula.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
index aff5bbf3a37851b3aa6a93fcdaf4664ec6aa9d37..1fc440ca8df8b9d50ca1037cb04a2c5cd299d82f 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_eula.html
@@ -2,7 +2,7 @@
<div class="step-contents">
<div id="eulas" class="eula-columns one-column">
<div id="cros-eula" tabindex="0">
- <iframe id="cros-eula-frame" class="eula-frame"
+ <iframe id="cros-eula-frame" name="cros-eula-frame" class="eula-frame"
src="about:blank"></iframe>
<div id="cros-eula-loading">
<div>
@@ -11,7 +11,7 @@
</div>
</div>
<div id="oem-eula">
- <iframe id="oem-eula-frame" class="eula-frame"></iframe>
+ <iframe id="oem-eula-frame" name="oem-eula-frame" class="eula-frame"></iframe>
</div>
</div>
<div id="logging">
« no previous file with comments | « chrome/browser/resources/chromeos/charger_replacement.html ('k') | chrome/browser/resources/chromeos/mobile_setup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698