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

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

Issue 8527011: The chromoting client sends simple logging to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review. Created 9 years, 1 month 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 972d4e92b1164ada4973647a22df860dc48a1ccc..a46dbae1fc51122fdf03b595869396ff611fa5e1 100644
--- a/remoting/webapp/me2mom/choice.html
+++ b/remoting/webapp/me2mom/choice.html
@@ -21,9 +21,11 @@ found in the LICENSE file.
<script src="host_screen.js"></script>
<script src="host_session.js"></script>
<script src="l10n.js"></script>
+ <script src="log_to_server.js"></script>
<script src="oauth2.js"></script>
<script src="plugin_settings.js"></script>
<script src="remoting.js"></script>
+ <script src="server_log_entry.js"></script>
<script src="ui_mode.js"></script>
<script src="util.js"></script>
<script src="xhr.js"></script>

Powered by Google App Engine
This is Rietveld 408576698