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

Unified Diff: components/version_ui/resources/about_version.html

Issue 1486403002: Mojo-ifying chrome://version. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change slashes Created 4 years, 5 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 | « components/version_ui/OWNERS ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/version_ui/resources/about_version.html
diff --git a/components/version_ui/resources/about_version.html b/components/version_ui/resources/about_version.html
index 9900014c1334a8f865fd0ef139b1bbfcf034dedf..6b457097b6641f320522ba9b101029aa7e836954 100644
--- a/components/version_ui/resources/about_version.html
+++ b/components/version_ui/resources/about_version.html
@@ -71,10 +71,9 @@ about:version template page
</td>
</if>
</tr>
- <tr id="arc_holder"><td class="label" i18n-content="arc_label"></td>
- <td class="version">
- <span id="arc_version"></span>
- </td>
+ <tr id="arc_holder" hidden>
+ <td class="label" i18n-content="arc_label"></td>
+ <td class="version"><span id="arc_version"></span></td>
</tr>
<if expr="not is_ios">
<tr><td class="label">JavaScript</td>
« no previous file with comments | « components/version_ui/OWNERS ('k') | components/version_ui/resources/about_version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698