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

Unified Diff: chrome/browser/resources/about_version.html

Issue 1404063002: win: Let about:version list the C++ compiler used to build chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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 | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index 8e4bfbe18de8c3fb7043e4663e389f49f0e6c401..238bd26c9a27c44ba1e2c82b07ee8a5fa4f28380 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -101,6 +101,12 @@ about:version template page
<td class="version" i18n-content="build_id"></td>
</tr>
</if>
+<if expr="is_win">
+ <tr id="compiler-section">
+ <td class="label">Compiler</td>
+ <td class="version" id="compiler" i18n-content="compiler"></td>
+ </tr>
+</if>
</table>
</div>
<script src="chrome://resources/js/i18n_template.js"></script>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/version_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698