Remove the old signature of NotificationManager::closePersistent().
[chromium-blink-merge.git] / chrome / browser / resources / profile_signin_confirmation.html
blob28777441c39b7e1c64aec07086414cd8213a80cd
1 <!doctype html>
2 <html i18n-values="dir:textdirection;lang:language">
3 <head>
4 <meta charset="utf-8">
5 <title i18n-content="dialogTitle"></title>
6 <script src="chrome://resources/js/cr.js"></script>
7 <script src="chrome://resources/js/load_time_data.js"></script>
8 <script src="chrome://resources/js/util.js"></script>
9 <script src="strings.js"></script>
10 <script src="profile_signin_confirmation.js"></script>
11 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
12 <link rel="stylesheet" href="profile_signin_confirmation.css">
13 </head>
14 <body>
15 <h1 id="dialog-title" i18n-content="dialogTitle"></h1>
16 <p id="dialog-message"></p>
17 <a i18n-content="learnMoreText"
18 href="http://support.google.com/chromeos/bin/answer.py?hl=en&answer=1331549"
19 target="_blank">
20 </a>
21 <p id="dialog-prompt"></p>
22 <div id="button-row">
23 <button id="create-button" i18n-content="createProfileButtonText"></button>
24 <button id="continue-button"></button>
25 <button id="cancel-button" i18n-content="cancelButtonText"></button>
26 </div>
28 <!-- Must be last in the DOM: processes elements and inserts i18n strings -->
29 <script src="chrome://resources/js/i18n_template2.js"></script>
30 </body>
31 </html>