Fix execution order to prevent browserTest being undefined.
commitc41d7ca38f277cce2c6f6a3b669b623a32d847e2
authorjamiewalch <jamiewalch@chromium.org>
Tue, 16 Sep 2014 17:20:29 +0000 (16 10:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Sep 2014 17:21:26 +0000 (16 17:21 +0000)
tree725151a4cd7e45e6f9b557b9754e045412ec96e0
parent0865a0889a9bc2d65046497a7ad2cb2792f38b29
Fix execution order to prevent browserTest being undefined.

For apps v1, authentication involves navigating away from the app and
then back again, so loading browser_test.js before authentication doesn't
work. I don't know why this is a recent regression though--AFAICT it should
have been failing from day 1.

BUG=414498

Review URL: https://codereview.chromium.org/571273002

Cr-Commit-Position: refs/heads/master@{#295091}
chrome/test/remoting/remote_desktop_browsertest.cc