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

Unified Diff: chrome/browser/resources/options/about_page.html

Issue 3130041: Remove nested if statements. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/about_page.html
diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
index fa2a71d2a96e21b796705573dfe2da938868166a..919cf5261d3fe6aa9d192ad1bb0f3dfc3e9dace1 100644
--- a/chrome/browser/resources/options/about_page.html
+++ b/chrome/browser/resources/options/about_page.html
@@ -4,10 +4,8 @@
<section>
<div>
<!-- White space is significant between spans. -->
- <if expr="pp_ifdef('chromeos')">
- <div><span i18n-content="os"></span> <span id="osVersion0">
- <span class="loading" i18n-content="loading"></span></span></div>
- </if>
+ <div><span i18n-content="os"></span> <span id="osVersion0">
+ <span class="loading" i18n-content="loading"></span></span></div>
<div>
<span i18n-content="browser"></span>
<span i18n-content="browser_version"></span>
@@ -30,14 +28,12 @@
i18n-content="development"></option>
</select>
</section>
- <if expr="pp_ifdef('chromeos')">
- <section>
- <h3 i18n-content="os"></h3>
- <div id="osVersion1">
- <span class="loading" i18n-content="loading"></span>
- </div>
- </section>
- </if>
+ <section>
+ <h3 i18n-content="os"></h3>
+ <div id="osVersion1">
+ <span class="loading" i18n-content="loading"></span>
+ </div>
+ </section>
<section>
<h3 i18n-content="browser"></h3>
<div i18n-content="browser_version"></div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698