DescriptionMake Chromoting browser tests pass again
Summary of changes:
1. Fix a bug in identity.js that breaks first run scenario of the v2 app,
Previously, we are resetting the deferred object (the list of listeners)
when auth is failed even when interactive is set to false, which always
happened on first runs. At a result, when auth is completed, the listeners
are not notified.
This CL only clears the deferred object after it has notified its listeners.
2. Fix a missing parameter in session_connector_impl.js that causes It2Me to fail
to connect.
3. Changes it2me_browser_test.js to match the changes in the identity API.
BUG=462708
TEST=Browser test passes on swarming bots.
https://chromium-swarm.appspot.com/user/task/25e6711d0deacc10
NOTRY=true
Committed: https://crrev.com/5b7edf8068252334fa44d033e4e275121a5a1cc1
Cr-Commit-Position: refs/heads/master@{#318579}
Patch Set 1 : #
Messages
Total messages: 12 (5 generated)
|