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..ce9ebc947aaa2f355ec289b1c0c85c1e1f000ce7 |
--- /dev/null |
+++ b/chrome/browser/resources/profile_signin_confirmation.html |
@@ -0,0 +1,23 @@ |
+<!DOCTYPE HTML> |
+<html i18n-values="dir:textdirection"> |
+<head> |
+ <meta charset="utf-8"> |
+ <title i18n-content="dialogTitle"></title> |
+ <link rel="stylesheet" href="hello_world.css"> |
Andrew T Wilson (Slow)
2013/02/10 20:47:26
I know that we don't have CSS setup yet, but shoul
dconnelly
2013/02/11 09:35:16
Done.
|
+ <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="dialogMessage"></p> |
+ <a i18n-content="learnMoreText" href="#"></a> |
+ <p id="dialogPrompt"></p> |
+ <button id="createButton" i18n-content="createProfileButtonText"></button> |
+ <button id="continueButton" i18n-content="continueButtonText"></button> |
+ <button id="cancelButton" i18n-content="cancelButtonText"></button> |
+ <script src="chrome://resources/js/i18n_template2.js"></script> |
+</body> |
+</html> |