DescriptionFix 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235761
Patch Set 1 #
Total comments: 1
Patch Set 2 : only join threads #Patch Set 3 : fix variable name #Patch Set 4 : #Patch Set 5 : change shutdown sequence of in_process_gpu_thread #Patch Set 6 : fix un-used variable error #Patch Set 7 : fix typo #Patch Set 8 : change to not resetting ContentClient #
Total comments: 1
Patch Set 9 : add comment #Messages
Total messages: 12 (0 generated)
|