| Index: ios/chrome/app/application_delegate/url_opener_unittest.mm
|
| diff --git a/ios/chrome/app/application_delegate/url_opener_unittest.mm b/ios/chrome/app/application_delegate/url_opener_unittest.mm
|
| index cfee40e4d04c8ea768823393fcebdedea40967bd..b2aee143dc58e0286bf7fb2c16b14647b0864589 100644
|
| --- a/ios/chrome/app/application_delegate/url_opener_unittest.mm
|
| +++ b/ios/chrome/app/application_delegate/url_opener_unittest.mm
|
| @@ -77,7 +77,6 @@ typedef Tab* (^mock_gurl_nsuinteger_pagetransition)(const GURL&,
|
| - (void)expectNewForegroundTab;
|
| - (void)setActive:(BOOL)active;
|
| - (TabModel*)tabModel;
|
| -- (void)shutdown;
|
| @end
|
|
|
| @implementation URLOpenerMockBVC
|
| @@ -111,19 +110,10 @@ typedef Tab* (^mock_gurl_nsuinteger_pagetransition)(const GURL&,
|
| return nil;
|
| }
|
|
|
| -- (void)shutdown {
|
| - // no-op
|
| -}
|
| -
|
| @end
|
|
|
| class URLOpenerTest : public PlatformTest {
|
| protected:
|
| - void TearDown() override {
|
| - [main_controller_ stopChromeMain];
|
| - PlatformTest::TearDown();
|
| - }
|
| -
|
| MainController* GetMainController() {
|
| if (!main_controller_) {
|
| main_controller_ = [[MainController alloc] init];
|
|
|