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

Unified Diff: remoting/webapp/me2mom/remoting_session.html

Issue 7108007: Add basic debug log to host page. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « remoting/webapp/me2mom/remoting_session.css ('k') | remoting/webapp/me2mom/remoting_session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/remoting_session.html
===================================================================
--- remoting/webapp/me2mom/remoting_session.html (revision 88003)
+++ remoting/webapp/me2mom/remoting_session.html (working copy)
@@ -9,8 +9,10 @@
<head>
<title>Chromoting Session</title>
<link rel="shortcut icon" href="chromoting128.png" />
+ <link rel="stylesheet" href="debug_log.css" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="remoting_session.css" />
+ <script src="debug_log.js"></script>
<script src="oauth2.js"></script>
<script src="remoting_session.js"></script>
</head>
« no previous file with comments | « remoting/webapp/me2mom/remoting_session.css ('k') | remoting/webapp/me2mom/remoting_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698