From 4ccf21a08bdcf8fc040209b85da91be67900fabf Mon Sep 17 00:00:00 2001 From: "simonmorris@chromium.org" Date: Mon, 9 Apr 2012 16:45:16 +0000 Subject: [Chromoting] Clear all localStorage when the user signs out. BUG=122091 Review URL: https://chromiumcodereview.appspot.com/10022001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131371 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/webapp/event_handlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/webapp/event_handlers.js') diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js index 98b6a1c..778c160 100644 --- a/remoting/webapp/event_handlers.js +++ b/remoting/webapp/event_handlers.js @@ -44,7 +44,7 @@ function onLoad() { }; /** @type {Array.<{event: string, id: string, fn: function(Event):void}>} */ var actions = [ - { event: 'click', id: 'clear-oauth', fn: remoting.clearOAuth2 }, + { event: 'click', id: 'sign-out', fn: remoting.signOut }, { event: 'click', id: 'toolbar-disconnect', fn: remoting.disconnect }, { event: 'click', id: 'send-ctrl-alt-del', fn: remoting.sendCtrlAltDel }, -- cgit v1.1