Index: chrome/browser/resources/profile_signin_confirmation.html |
diff --git a/chrome/browser/resources/profile_signin_confirmation.html b/chrome/browser/resources/profile_signin_confirmation.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3f0bd204ed51b81eabb0238177f1858a5a7bd4ee |
--- /dev/null |
+++ b/chrome/browser/resources/profile_signin_confirmation.html |
@@ -0,0 +1,27 @@ |
+<!DOCTYPE HTML> |
+<html i18n-values="dir:textdirection"> |
+<head> |
+ <meta charset="utf-8"> |
+ <title i18n-content="dialogTitle"></title> |
+ <script src="chrome://resources/js/cr.js"></script> |
+ <script src="chrome://resources/js/load_time_data.js"></script> |
+ <script src="chrome://resources/js/util.js"></script> |
+ <script src="strings.js"></script> |
+ <script src="profile_signin_confirmation.js"></script> |
+</head> |
+<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> |
+ <h1 i18n-content="dialogTitle"></h1> |
+ <p id="dialog-message"></p> |
+ <a i18n-content="learnMoreText" |
+ href="http://support.google.com/chromeos/bin/answer.py?hl=en&answer=1331549" |
+ target="_blank"> |
+ </a> |
+ <p id="dialog-prompt"></p> |
+ <button id="create-button" i18n-content="createProfileButtonText"></button> |
+ <button id="continue-button" i18n-content="continueButtonText"></button> |
+ <button id="cancel-button" i18n-content="cancelButtonText"></button> |
+ |
+ <!-- Must be last in the DOM: processes elements and inserts i18n strings --> |
+ <script src="chrome://resources/js/i18n_template2.js"></script> |
+</body> |
+</html> |