DialogDelegate unittests: Remove dead code.
This CL removes some dead code from dialog_delegate_unittest.cc. r206950 made the TestDialog class a ButtonListener and added the last_pressed_button() method. However r372427 removed the last usages of TestDialog as a ButtonListener. This CL modifies TestDialog to not be a ButtonListener anymore and removes the associated dead code. BUG=NONE Review-Url: https://codereview.chromium.org/2605273002 Cr-Commit-Position: refs/heads/master@{#440970}
Showing
Please register or sign in to comment