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

Side by Side Diff: chrome/browser/resources/chromeos/mobile_setup.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years 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> 2 <html>
3 <head> 3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link> 6 <link rel="stylesheet" href="chrome://resources/css/dialogs.css"></link>
7 <link rel="stylesheet" href="mobile_setup.css"></link> 7 <link rel="stylesheet" href="mobile_setup.css"></link>
8 <script src="chrome://resources/js/cr.js"></script> 8 <script src="chrome://resources/js/cr.js"></script>
9 <script src="chrome://resources/js/util.js"></script> 9 <script src="chrome://resources/js/util.js"></script>
10 <script src="chrome://resources/js/cr/ui/dialogs.js"></script> 10 <script src="chrome://resources/js/cr/ui/dialogs.js"></script>
11 <script src="mobile_setup.js"></script> 11 <script src="mobile_setup.js"></script>
(...skipping 26 matching lines...) Expand all
38 <div class="logo"></div> 38 <div class="logo"></div>
39 <div class="button-strip"> 39 <div class="button-strip">
40 <button id="closeButton" 40 <button id="closeButton"
41 i18n-content="close_button" class="hidden"></button> 41 i18n-content="close_button" class="hidden"></button>
42 </div> 42 </div>
43 </div> 43 </div>
44 </div> 44 </div>
45 </div> 45 </div>
46 </body> 46 </body>
47 </html> 47 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/merge_session_load.html ('k') | chrome/browser/resources/chromeos/mobile_setup_portal.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698