Index: remoting/webapp/unittests/it2me_helpee_channel_unittest.js |
diff --git a/remoting/webapp/unittests/it2me_helpee_channel_unittest.js b/remoting/webapp/unittests/it2me_helpee_channel_unittest.js |
index 30d060d474afc3757ec5660bed3ccea52eff4a66..2ba41e99c154a1b9189cb5385627676176baaec0 100644 |
--- a/remoting/webapp/unittests/it2me_helpee_channel_unittest.js |
+++ b/remoting/webapp/unittests/it2me_helpee_channel_unittest.js |
@@ -126,11 +126,6 @@ QUnit.asyncTest('connect() should return access code', |
function() { |
// Stubs authentication. |
sinon.stub(base, 'isAppsV2').returns(true); |
- sinon.stub(remoting.HangoutConsentDialog, 'getInstance').returns({ |
- show : function() { |
- return Promise.resolve(); |
- } |
- }); |
sinon.stub(chrome.identity, 'getAuthToken') |
.callsArgWith(1, 'token'); |
sinon.stub(remoting.identity, 'getToken') |