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

Side by Side Diff: chrome/browser/resources/chromeos/merge_session_load.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"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <title i18n-content="title"> 4 <title i18n-content="title">
5 </title> 5 </title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <style> 7 <style>
8 html { 8 html {
9 height: 100%; 9 height: 100%;
10 } 10 }
11 body { 11 body {
12 -webkit-user-select: none; 12 -webkit-user-select: none;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 window.setTimeout(showPage, showDelayTime); 49 window.setTimeout(showPage, showDelayTime);
50 window.setTimeout(forceLoad, totalWaitTime); 50 window.setTimeout(forceLoad, totalWaitTime);
51 }); 51 });
52 </script> 52 </script>
53 53
54 <body oncontextmenu="return false;"> 54 <body oncontextmenu="return false;">
55 <div class="header" i18n-content="heading" id="mgs"> 55 <div class="header" i18n-content="heading" id="mgs">
56 </div> 56 </div>
57 </body> 57 </body>
58 </html> 58 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('k') | chrome/browser/resources/chromeos/network_ui/network_ui.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698