Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / login.html
blob516290fc9056758393f95c3eade600a30cb39dce
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 <script src="chrome://oobe/login.js"></script>
12 <script src="chrome://oobe/gaia_auth_host.js"></script>
13 </head>
14 <body i18n-values=".style.fontFamily:fontfamily;">
15 <include src="screen_container.html">
16 <script src="chrome://resources/js/i18n_template2.js"></script>
17 </body>
18 </html>