| OLD | NEW |
| 1 <div class="content-area"> | 1 <div class="content-area"> |
| 2 <div id="about-container"> | 2 <div id="about-container"> |
| 3 <img id="product-logo" srcset="chrome://theme/current-channel-logo@1x 1x, | 3 <img id="product-logo" srcset="chrome://theme/current-channel-logo@1x 1x, |
| 4 chrome://theme/current-channel-logo@2x 2x" | 4 chrome://theme/current-channel-logo@2x 2x" |
| 5 alt=""> | 5 alt=""> |
| 6 <div id="product-description"> | 6 <div id="product-description"> |
| 7 <h2 i18n-content="aboutProductTitle"></h2> | 7 <h2 i18n-content="aboutProductTitle"></h2> |
| 8 <span i18n-content="aboutProductDescription"></span> | 8 <span i18n-content="aboutProductDescription"></span> |
| 9 </div> | 9 </div> |
| 10 </div> | 10 </div> |
| 11 <div id="help-container"> | 11 <div id="help-container"> |
| 12 <button id="get-help" i18n-content="getHelpWithChrome"></button> | 12 <button id="get-help" i18n-content="getHelpWithChrome"></button> |
| 13 <if expr="_google_chrome"> | 13 <if expr="_google_chrome"> |
| 14 <button id="report-issue" i18n-content="reportAnIssue"></button> | 14 <button id="report-issue" i18n-content="reportAnIssue"></button> |
| 15 </if> | 15 </if> |
| 16 </div> | 16 </div> |
| 17 <div id="version-container"> | 17 <div id="version-container"> |
| 18 <div i18n-content="browserVersion" dir="ltr"></div> | 18 <div i18n-content="browserVersion" dir="ltr"></div> |
| 19 <if expr="chromeos"> | 19 <if expr="chromeos"> |
| 20 <div> | 20 <div> |
| 21 <span i18n-content="platform"></span> <span id="os-version"></span> | 21 <span i18n-content="platform"></span> <span id="os-version"></span> |
| 22 </div> | 22 </div> |
| 23 <div> | 23 <div> |
| 24 <span i18n-content="arcVersion"> |
| 25 </span> <span id="arc-version"></span> |
| 26 </div> |
| 27 <div> |
| 24 <span i18n-content="firmware"></span> <span id="firmware"></span> | 28 <span i18n-content="firmware"></span> <span id="firmware"></span> |
| 25 </div> | 29 </div> |
| 26 </if> | 30 </if> |
| 27 <if expr="chromeos or _google_chrome or is_linux"> | 31 <if expr="chromeos or _google_chrome or is_linux"> |
| 28 <div id="update-status-container" hidden> | 32 <div id="update-status-container" hidden> |
| 29 <div id="update-status-icon" class="help-page-icon up-to-date"></div> | 33 <div id="update-status-icon" class="help-page-icon up-to-date"></div> |
| 30 <div id="update-status-message-container"> | 34 <div id="update-status-message-container"> |
| 31 <div id="update-status-message" i18n-content="updateCheckStarted"> | 35 <div id="update-status-message" i18n-content="updateCheckStarted"> |
| 32 </div> | 36 </div> |
| 33 <if expr="is_macosx or is_win"> | 37 <if expr="is_macosx or is_win"> |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 <if expr="_google_chrome"> | 116 <if expr="_google_chrome"> |
| 113 <div id="product-tos"></div> | 117 <div id="product-tos"></div> |
| 114 </if> | 118 </if> |
| 115 </div> | 119 </div> |
| 116 <if expr="chromeos"> | 120 <if expr="chromeos"> |
| 117 <div id="regulatory-label-container" hidden> | 121 <div id="regulatory-label-container" hidden> |
| 118 <img id="regulatory-label"> | 122 <img id="regulatory-label"> |
| 119 </div> | 123 </div> |
| 120 </if> | 124 </if> |
| 121 </div> | 125 </div> |
| OLD | NEW |