Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: ios/chrome/app/application_delegate/url_opener_unittest.mm

Issue 2930363003: Revert "[ios] Ensure proper shutdown of Chrome on iOS." (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/app/main_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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];
« no previous file with comments | « no previous file | ios/chrome/app/main_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698