Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: chrome/browser/resources/chromeos/login/screen_gaia_signin.html

Issue 7497060: Support for guest signin and new user accounts in gaia signin screen. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698