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

Unified Diff: remoting/webapp/remoting.js

Issue 9562044: Added connection history (minus the history data) (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
Index: remoting/webapp/remoting.js
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
index b536190526c9275f68a927341ec463e6ca1d3be3..62676aaa132bf61507ffb34154a825c0aafd6a3c 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -42,6 +42,7 @@ remoting.init = function() {
document.getElementById('host-list-error'));
remoting.toolbar = new remoting.Toolbar(
document.getElementById('session-toolbar'));
+ remoting.connectionHistory = new remoting.ConnectionHistory();
garykac 2012/03/02 00:53:56 Comment out? Or do you want this here to make sure
Jamie 2012/03/02 01:11:05 Done.
refreshEmail_();
var email = remoting.oauth2.getCachedEmail();

Powered by Google App Engine
This is Rietveld 408576698