Chromium Code Reviews| Index: chrome/browser/resources/gaia_auth/success.html |
| diff --git a/chrome/browser/resources/gaia_auth/success.html b/chrome/browser/resources/gaia_auth/success.html |
| index fa5b1e6cd925d59777928a78c6cf8b88091ea7c5..73e7db9aa3d37622a8d07e28ab8497986a0d8045 100644 |
| --- a/chrome/browser/resources/gaia_auth/success.html |
| +++ b/chrome/browser/resources/gaia_auth/success.html |
| @@ -1,6 +1,7 @@ |
| <!DOCTYPE html> |
| <head> |
| <meta charset="utf-8"> |
| +<link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
| </head> |
| <html> |
| <body></body> |
|
Dan Beam
2014/12/10 19:49:25
what is the point of this file?
xdai1
2014/12/11 02:59:22
Have no idea. It's originally from Issue 10443024.
|