| Index: chrome/browser/resources/gaia_auth/main.html
|
| diff --git a/chrome/browser/resources/gaia_auth/main.html b/chrome/browser/resources/gaia_auth/main.html
|
| index 57da9dc62a45f61d9e23efdeaaf4c6016c021a3e..421364d06424a76596b678b989e15cd28e2e5656 100644
|
| --- a/chrome/browser/resources/gaia_auth/main.html
|
| +++ b/chrome/browser/resources/gaia_auth/main.html
|
| @@ -1,6 +1,7 @@
|
| <!doctype html>
|
| <html>
|
| <head>
|
| + <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
|
| <link rel="stylesheet" href="main.css">
|
| <meta charset="utf-8">
|
| <script src="channel.js"></script>
|
| @@ -9,7 +10,7 @@
|
| </head>
|
| <body>
|
| <iframe id="gaia-frame" name="gaia-frame" src="about:blank" frameborder="0"
|
| - sandbox="allow-same-origin allow-scripts allow-popups allow-forms
|
| - allow-pointer-lock"></iframe>
|
| + sandbox="allow-same-origin allow-scripts allow-popups allow-forms
|
| + allow-pointer-lock"></iframe>
|
| </body>
|
| </html>
|
|
|