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

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

Issue 2901383005: [i18n] domain reliability internals to $i18n (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/domain_reliability_internals.html
diff --git a/chrome/browser/resources/domain_reliability_internals.html b/chrome/browser/resources/domain_reliability_internals.html
index 00d273ef9e9604397df3c598db8f31d4207c2f74..f23349b71d8cc9521c9a946401fb9572eabb8f81 100644
--- a/chrome/browser/resources/domain_reliability_internals.html
+++ b/chrome/browser/resources/domain_reliability_internals.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html i18n-values="dir:textdirection;lang:language">
+<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
@@ -12,7 +12,6 @@
<script src="domain_reliability_internals.js"></script>
</head>
<body>
- <h1 i18n-content="title"></h1>
dschuyler 2017/05/25 23:28:15 The <h1> title was removed because afaict it was n
<script src="chrome://resources/js/i18n_template.js"></script>
<div id="template">
<div jsdisplay="error">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698