Description[ASAN] Fix use-after-free.
AutofillDialogController is self-destroying on ViewClosed. Thus,
TestAutofillDialogController::runner_ is not available after ViewClosed,
and RunMessageLoop must live on the TestFixture instead, since it is
potentially run after the view has been closed (via controller->Hide)
BUG=234008
TEST=none
R=avi@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202815
Patch Set 1 #Patch Set 2 : Enable test. #Messages
Total messages: 6 (0 generated)
|