Index: chrome/browser/resources/chromeos/login/screen_gaia_signin.html |
=================================================================== |
--- chrome/browser/resources/chromeos/login/screen_gaia_signin.html (revision 96208) |
+++ chrome/browser/resources/chromeos/login/screen_gaia_signin.html (working copy) |
@@ -3,4 +3,15 @@ |
marginwidth="0" |
marginheight="0" |
frameborder="0" |
- scrolling="no"></iframe></div> |
+ scrolling="no"></iframe> |
+ <div id="signin-right"> |
+ <div id="createAccount" class="signin-link" |
+ i18n-content="createAccount" onclick="chrome.send('createAccount');"> |
xiyuan
2011/08/10 20:52:53
move onclick handler code into GaiaSigninScreen's
achuithb
2011/08/10 22:27:43
Done.
|
+ Create a Google Account |
xiyuan
2011/08/10 20:52:53
Remove this since we have i18n-content already.
achuithb
2011/08/10 22:27:43
Done.
|
+ </div> |
+ <div id="guestSignin" class="signin-link" |
+ i18n-content="guestSignin" onclick="chrome.send('launchIncognito');"> |
xiyuan
2011/08/10 20:52:53
move onclick handler code into js.
achuithb
2011/08/10 22:27:43
Done.
|
+ Browse as Guest |
xiyuan
2011/08/10 20:52:53
Remove this.
achuithb
2011/08/10 22:27:43
Done.
|
+ </div> |
+</div> |
+ </div> |