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

Unified Diff: chrome/browser/resources/user_manager/user_manager.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/user_manager/user_manager.html
diff --git a/chrome/browser/resources/user_manager/user_manager.html b/chrome/browser/resources/user_manager/user_manager.html
index 526e6bcc325422885d2e2cf422ad32295e9312b5..fdb3d254480edc2e90f049e811e6484c7797185e 100644
--- a/chrome/browser/resources/user_manager/user_manager.html
+++ b/chrome/browser/resources/user_manager/user_manager.html
@@ -1,5 +1,8 @@
<!doctype html>
-<html i18n-values="dir:textdirection;screen:screenType;build:buildType">
+<html i18n-values="dir:textdirection;
+ screen:screenType;
+ build:buildType;
+ lang:language">
<head>
<meta charset="utf-8">
<meta name="google" value="notranslate">
« no previous file with comments | « chrome/browser/resources/uber/uber_frame.html ('k') | chrome/browser/supervised_user/supervised_user_interstitial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698