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

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: Add missing include Created 4 years, 7 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
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 066fb2afc973290f13015f0640a74887980b480a..ac47da31b5ae36b42d443622010506440c9a8fa4 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">Blink</td>

Powered by Google App Engine
This is Rietveld 408576698