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

Unified Diff: trunk/src/remoting/webapp/event_handlers.js

Issue 336423003: Revert 277797 "Refactor tool-bar event handlers." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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 | « trunk/src/remoting/webapp/client_session.js ('k') | trunk/src/remoting/webapp/options_menu.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/remoting/webapp/event_handlers.js
===================================================================
--- trunk/src/remoting/webapp/event_handlers.js (revision 277837)
+++ trunk/src/remoting/webapp/event_handlers.js (working copy)
@@ -91,7 +91,6 @@
var auth_actions = [
{ event: 'click', id: 'auth-button', fn: doAuthRedirect },
{ event: 'click', id: 'cancel-connect-button', fn: goHome },
- { event: 'click', id: 'sign-out', fn:remoting.signOut },
{ event: 'click', id: 'token-refresh-error-ok', fn: goHome },
{ event: 'click', id: 'token-refresh-error-sign-in', fn: doAuthRedirect }
];
« no previous file with comments | « trunk/src/remoting/webapp/client_session.js ('k') | trunk/src/remoting/webapp/options_menu.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698