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

Side by Side Diff: chrome/browser/resources/chromeos/image_burner.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 <!-- TODO(crbug.com/427785): Remove this file after 2015-10-31. --> 4 <!-- TODO(crbug.com/427785): Remove this file after 2015-10-31. -->
5 <meta http-equiv="refresh" 5 <meta http-equiv="refresh"
6 content="0;url=http://google.com/chromeos/recovery"> 6 content="0;url=http://google.com/chromeos/recovery">
7 </head> 7 </head>
8 <body></body> 8 <body></body>
9 </html> 9 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/guest_session_tab.html ('k') | chrome/browser/resources/chromeos/keyboard_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698