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

Side by Side Diff: chrome/browser/resources/chromeos/proxy_settings.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, 10 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html i18n-values="dir:textdirection;highlight:highlightStrength"> 2 <html i18n-values="dir:textdirection;highlight:highlightStrength;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 5 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
6 <link rel="stylesheet" href="chrome://resources/css/list.css"> 6 <link rel="stylesheet" href="chrome://resources/css/list.css">
7 <link rel="stylesheet" href="chrome://resources/css/widgets.css"> 7 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
8 8
9 <link rel="stylesheet" href="../options/options_page.css"> 9 <link rel="stylesheet" href="../options/options_page.css">
10 <link rel="stylesheet" href="../options/chromeos/internet_detail.css"> 10 <link rel="stylesheet" href="../options/chromeos/internet_detail.css">
11 <link rel="stylesheet" href="proxy_settings.css"> 11 <link rel="stylesheet" href="proxy_settings.css">
12 <script src="chrome://resources/js/cr.js"></script> 12 <script src="chrome://resources/js/cr.js"></script>
(...skipping 19 matching lines...) Expand all
32 <script src="../options/chromeos/proxy_rules_list.js"></script> 32 <script src="../options/chromeos/proxy_rules_list.js"></script>
33 <script src="keyboard/keyboard_utils.js"></script> 33 <script src="keyboard/keyboard_utils.js"></script>
34 34
35 <script src="proxy_settings.js"></script> 35 <script src="proxy_settings.js"></script>
36 </head> 36 </head>
37 37
38 <body> 38 <body>
39 <include src="../options/chromeos/internet_detail.html"> 39 <include src="../options/chromeos/internet_detail.html">
40 </body> 40 </body>
41 </html> 41 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/offline_net_load.html ('k') | chrome/browser/resources/chromeos/set_time.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698