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

Unified Diff: ios/chrome/app/main_controller_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 | « ios/chrome/app/main_controller.mm ('k') | ios/chrome/browser/ui/browser_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/main_controller_unittest.mm
diff --git a/ios/chrome/app/main_controller_unittest.mm b/ios/chrome/app/main_controller_unittest.mm
index 62dda802e3cac0efa9389eabcda0e06835479e9f..6c8e617721d972ce67ba8144c68c47feff1a17a9 100644
--- a/ios/chrome/app/main_controller_unittest.mm
+++ b/ios/chrome/app/main_controller_unittest.mm
@@ -56,11 +56,6 @@ typedef void (^HandleLaunchOptions)(id self,
class TabOpenerTest : public PlatformTest {
protected:
- void TearDown() override {
- [main_controller_ stopChromeMain];
- PlatformTest::TearDown();
- }
-
BOOL swizzleHasBeenCalled() { return swizzle_block_executed_; }
void swizzleHandleLaunchOptions(
« no previous file with comments | « ios/chrome/app/main_controller.mm ('k') | ios/chrome/browser/ui/browser_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698