diff options
author | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 23:42:20 +0000 |
---|---|---|
committer | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 23:42:20 +0000 |
commit | 4ea80c5554e384ba8d58b3687678e96f8df4ee0f (patch) | |
tree | 2417a82e0cd524c4efea5bd439ae0968c40d0359 /chrome/installer/setup/eula/oem_es.html | |
parent | 250103f6249e1f19ab14ff69f4356fee56833af8 (diff) | |
download | chromium_src-4ea80c5554e384ba8d58b3687678e96f8df4ee0f.zip chromium_src-4ea80c5554e384ba8d58b3687678e96f8df4ee0f.tar.gz chromium_src-4ea80c5554e384ba8d58b3687678e96f8df4ee0f.tar.bz2 |
Modifes the in-application EULA outer frame to take a parameter ('innerframe') and set its inner iframe src to the value of that parameter.
BUG=8894
Review URL: http://codereview.chromium.org/50039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup/eula/oem_es.html')
-rw-r--r-- | chrome/installer/setup/eula/oem_es.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/setup/eula/oem_es.html b/chrome/installer/setup/eula/oem_es.html index 6cacb4d..af6d396 100644 --- a/chrome/installer/setup/eula/oem_es.html +++ b/chrome/installer/setup/eula/oem_es.html @@ -23,7 +23,7 @@ Para empezar a usar Google Chrome, acepta las Condiciones del servicio:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ES.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
|