Reviewer source(s):
triplo...@chromium.org is from context(googleclient/chrome/chromium_gwsq/chrome/browser/signin/android/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
ThreadUtils.runOnUiThreadBlocking(
() -> {
SigninButtonCoordinator coordinator =
mActivityTestRule
.getActivity()
.getToolbarManager()
.getTopToolbarCoordinator()
.getSigninButtonCoordinatorForTesting();
if (coordinator != null) {
coordinator.setSyncServiceForTesting(null);
}
});I wonder if this is strictly necessary. The test is not batched so the activity should be recreated. I don't think the test suite will be bached because it depends on native.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |