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

Unified Diff: remoting/webapp/remoting.js

Issue 9903008: Added first-run infographic screens for IT2Me and Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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/main.html ('k') | remoting/webapp/ui_mode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/remoting.js
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
index 4122b094edae78d370626853be31e6c86e8e3eed..6ec96942c0cb1631cd8a0cc0bc8fbff3d00be4f7 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -51,6 +51,9 @@ remoting.init = function() {
document.getElementById('current-email').innerText = email;
}
+ remoting.showOrHideIt2MeUi();
+ remoting.showOrHideMe2MeUi();
+
// The plugin's onFocus handler sends a paste command to |window|, because
// it can't send one to the plugin element itself.
window.addEventListener('paste', pluginGotPaste_, false);
« no previous file with comments | « remoting/webapp/main.html ('k') | remoting/webapp/ui_mode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698