| 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>
|
|
|