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

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

Issue 8416007: Refactored web-app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added consistency comment. Moved debug log keyboard shortcut handling. Created 9 years, 2 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
Index: remoting/webapp/me2mom/choice.html
diff --git a/remoting/webapp/me2mom/choice.html b/remoting/webapp/me2mom/choice.html
index c08b375a922690ab076c3ea0bc807630518d67a4..0d78e948bee13a5dac0faa46f76bceacbbfd235f 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -15,12 +15,17 @@ found in the LICENSE file.
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="choice.css" />
<link rel="stylesheet" href="toolbar.css" />
+ <script src="client_screen.js"></script>
<script src="client_session.js"></script>
<script src="debug_log.js"></script>
+ <script src="host_screen.js"></script>
+ <script src="host_session.js"></script>
<script src="l10n.js"></script>
+ <script src="modal.js"></script>
<script src="oauth2.js"></script>
<script src="plugin_settings.js"></script>
<script src="remoting.js"></script>
+ <script src="util.js"></script>
<script src="xhr.js"></script>
<script src="wcs.js"></script>
<script src="wcs_loader.js"></script>

Powered by Google App Engine
This is Rietveld 408576698