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

Unified Diff: remoting/webapp/event_handlers.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/_locales/en/messages.json ('k') | remoting/webapp/host_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/event_handlers.js
diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js
index 6df8f0fc4d0c84914b6129b98a86d1ef0f4ee3e4..a245908b3bf5ec23d5dc9fde57e07d12e934504b 100644
--- a/remoting/webapp/event_handlers.js
+++ b/remoting/webapp/event_handlers.js
@@ -71,7 +71,11 @@ function onLoad() {
fn: function() { remoting.askPinDialog.showForPin(); } },
{ event: 'click', id: 'stop-daemon', fn: stopDaemon },
{ event: 'submit', id: 'access-code-form', fn: sendAccessCode },
- { event: 'submit', id: 'pin-form', fn: connectHostWithPin }
+ { event: 'submit', id: 'pin-form', fn: connectHostWithPin },
+ { event: 'click', id: 'get-started-it2me',
+ fn: remoting.showIt2MeUiAndSave },
+ { event: 'click', id: 'get-started-me2me',
+ fn: remoting.showMe2MeUiAndSave }
];
for (var i = 0; i < actions.length; ++i) {
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | remoting/webapp/host_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698