Commit cef8f4b2 authored by seanparent@google.com's avatar seanparent@google.com

Remove nested if statements.

BUG=none
TEST=Second attempt to repair options regression.

Review URL: http://codereview.chromium.org/3130041

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56916 0039d316-1c4b-4281-b951-d872f2087c98
parent 87bb1840
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
<section> <section>
<div> <div>
<!-- White space is significant between spans. --> <!-- White space is significant between spans. -->
<if expr="pp_ifdef('chromeos')"> <div><span i18n-content="os"></span> <span id="osVersion0">
<div><span i18n-content="os"></span> <span id="osVersion0"> <span class="loading" i18n-content="loading"></span></span></div>
<span class="loading" i18n-content="loading"></span></span></div>
</if>
<div> <div>
<span i18n-content="browser"></span> <span i18n-content="browser"></span>
<span i18n-content="browser_version"></span> <span i18n-content="browser_version"></span>
...@@ -30,14 +28,12 @@ ...@@ -30,14 +28,12 @@
i18n-content="development"></option> i18n-content="development"></option>
</select> </select>
</section> </section>
<if expr="pp_ifdef('chromeos')"> <section>
<section> <h3 i18n-content="os"></h3>
<h3 i18n-content="os"></h3> <div id="osVersion1">
<div id="osVersion1"> <span class="loading" i18n-content="loading"></span>
<span class="loading" i18n-content="loading"></span> </div>
</div> </section>
</section>
</if>
<section> <section>
<h3 i18n-content="browser"></h3> <h3 i18n-content="browser"></h3>
<div i18n-content="browser_version"></div> <div i18n-content="browser_version"></div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment