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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/login_container.html
diff --git a/chrome/browser/resources/login_container.html b/chrome/browser/resources/login_container.html
new file mode 100644
index 0000000000000000000000000000000000000000..647f24d7fd46c176362f841b1441a6c798672d7c
--- /dev/null
+++ b/chrome/browser/resources/login_container.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+<head>
+<link rel="stylesheet" href="login_ui.css" >
+</head>
+
+<body>
+ <div id="sign-in-div">
+ <div id="sign-in-body">
+ <button type="button" id="open-login-screen-button" onclick="callOpenLoginScreen();">
+ Open Login Screen
+ </button>
+ </div>
+ </div>
+</body>
+
+<script>
+function callOpenLoginScreen() {
+ chrome.send('OpenLoginScreen', []);
+}
+</script>
+</html>
« 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