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

Side by Side Diff: chrome/browser/resources/login_container.html

Issue 6577003: Entire DOMBrowser stack (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 10 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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="login_ui.css" >
5 </head>
6
7 <body>
8 <div id="sign-in-div">
9 <div id="sign-in-body">
10 <button type="button" id="open-login-screen-button" onclick="callOpenLogin Screen();">
11 Open Login Screen
12 </button>
13 </div>
14 </div>
15 </body>
16
17 <script>
18 function callOpenLoginScreen() {
19 chrome.send('OpenLoginScreen', []);
20 }
21 </script>
22 </html>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/webui/login/mock_login_ui_helpers.h ('k') | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698