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

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

Issue 13529015: Adjust about:version to read "Blink" rather than "WebKit". (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 c24d23d3b8b6d50bb2b62ed825e4f783b2650beb..2cc78a27127b3cc601d819b075b7c4e0ae09ab42 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -63,8 +63,8 @@ about:version template page
</td>
</if>
</tr>
- <tr><td class="label">WebKit</td>
- <td class="version" id="webkit_version" i18n-content="webkit_version"></td>
+ <tr><td class="label">Blink</td>
+ <td class="version" id="blink_version" i18n-content="blink_version"></td>
</tr>
<tr><td class="label">JavaScript</td>
<td class="version" id="js_engine">
@@ -103,4 +103,4 @@ about:version template page
</div>
<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
-</html>
+</html>
« 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