Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div class="step right hidden" id="gaia-signin"><iframe id="signin-frame" | 1 <div class="step right hidden" id="gaia-signin"><iframe id="signin-frame" |
| 2 src="about:blank" | 2 src="about:blank" |
| 3 marginwidth="0" | 3 marginwidth="0" |
| 4 marginheight="0" | 4 marginheight="0" |
| 5 frameborder="0" | 5 frameborder="0" |
| 6 scrolling="no"></iframe></div> | 6 scrolling="no"></iframe> |
| 7 <div id="signin-right"> | |
| 8 <div id="createAccount" class="signin-link" | |
| 9 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.
| |
| 10 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.
| |
| 11 </div> | |
| 12 <div id="guestSignin" class="signin-link" | |
| 13 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.
| |
| 14 Browse as Guest | |
|
xiyuan
2011/08/10 20:52:53
Remove this.
achuithb
2011/08/10 22:27:43
Done.
| |
| 15 </div> | |
| 16 </div> | |
| 17 </div> | |
| OLD | NEW |