Fix content_browsertests on Android.
The content_browsertests on Android exit before IO thread is joined. Some tasks on IO thread needs to access GetContentClient() which has been reset by ContentShellTestSuiteInitializer::OnTestEnd when test is terminated. To keep closer to production code, this patch tries to not reset ContentClient on Android when test is ended. BUG=181069 R=jam@chromium.org Review URL: https://codereview.chromium.org/27518013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235761 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment