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

Unified Diff: chrome/browser/resources/chromeos/login/login.html

Issue 9580039: more logs in login.js|html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « no previous file | chrome/browser/resources/chromeos/login/login.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/login.html
diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
index a228f0c8e6f2ab89ceca58f8e2a865559ab5cead..288b9950bf069123f405bcfc3335589ec24ded3e 100644
--- a/chrome/browser/resources/chromeos/login/login.html
+++ b/chrome/browser/resources/chromeos/login/login.html
@@ -14,6 +14,9 @@
<link rel="stylesheet" href="screen_gaia_signin.css">
<link rel="stylesheet" href="screen_error_message.css">
<link rel="stylesheet" href="user_pod_row.css">
+<script>
+console.log("## login.html before script");
+</script>
<script src="chrome://resources/js/cr.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="chrome://resources/js/cr/ui.js"></script>
@@ -40,6 +43,9 @@
<script src="screen_error_message.js"></script>
<script src="user_pod_row.js"></script>
</head>
+<script>
+console.log("## login.html before body");
+</script>
<body class="login-display" i18n-values=".style.fontFamily:fontfamily;">
<include src="header_bar.html">
<div id="outer-container">
@@ -67,4 +73,7 @@
<include src="version.html">
<include src="user_pod_template.html">
</body>
+<script>
+console.log("## login.html after body");
+</script>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/login.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698