[Extensions] Make extension message bubble factory platform-abstract
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / login.html
blob0bbe68e23c7c26a63cbc42f94f52d22cfd79d7c7
1 <!doctype html>
2 <html i18n-values="dir:textdirection;
3 build:buildType;
4 highlight:highlightStrength;
5 lang:language">
6 <head>
7 <meta charset="utf-8">
8 <meta name="google" value="notranslate">
9 <title i18n-content="title"></title>
10 <include src="login_resources.html">
11 <include src="throbber_notice.html">
12 <include src="gaia_whitelist_error.html">
13 <script src="chrome://oobe/login.js"></script>
14 <script src="chrome://oobe/gaia_auth_host.js"></script>
15 </head>
16 <body i18n-values=".style.fontFamily:fontfamily;">
17 <include src="screen_container.html">
18 <script src="chrome://resources/js/i18n_template2.js"></script>
19 </body>
20 </html>