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

Unified Diff: chrome/browser/resources/chromeos/login/login.html

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 11 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: chrome/browser/resources/chromeos/login/login.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index e39c188c4cc3f93a06659dc19e40f6c8da409c5a..516290fc9056758393f95c3eade600a30cb39dce 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -1,5 +1,8 @@
<!doctype html>
-<html i18n-values="dir:textdirection;build:buildType;highlight:highlightStrength">
+<html i18n-values="dir:textdirection;
+ build:buildType;
+ highlight:highlightStrength;
+ lang:language">
<head>
<meta charset="utf-8">
<meta name="google" value="notranslate">
« no previous file with comments | « chrome/browser/resources/chromeos/login/demo_user_login.html ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698