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

Unified Diff: chrome/browser/resources/browser_signin.html

Issue 7748038: Remove BrowserSignin, as it's not used anywhere. (Closed) Base URL: svn://svn.chromium.org/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/ui/webui/options/personal_options_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/browser_signin.html
diff --git a/chrome/browser/resources/browser_signin.html b/chrome/browser/resources/browser_signin.html
deleted file mode 100644
index ef4afeda7ddc47853ff0ab32d7a9946b15e82c3c..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/browser_signin.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<html>
-<style>
-body {
- margin: 0;
- font-family: arial,sans-serif;
-}
-#message {
- position: absolute;
- left: 10px;
- width: 45%;
-}
-#login {
- position: absolute;
- left: 50%;
-}
-#message h1 {
- font-size: medium;
-}
-#message p {
- font-size: smaller;
-}
-</style>
-<script>
-function initmessage() {
- document.getElementById('message').innerHTML = chrome.dialogArguments;
-}
-
-function init() {
- chrome.send('SigninInit');
- initmessage();
-}
-</script>
-<body onload="init();">
-<div id="message"></div>
-<iframe id="login" frameborder="0" width="50%" scrolling="no" height="100%"
- src="chrome://syncresources/gaialogin" tabindex="-1"></iframe>
-</body>
-</html>
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/ui/webui/options/personal_options_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698