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

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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The First Version. 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 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
Dan Beam 2014/12/10 19:49:24 not needed on this page
xdai1 2014/12/11 02:59:21 Done.
7 </head> 8 </head>
8 <body></body> 9 <body></body>
9 </html> 10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698