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

Unified Diff: ios/clean/chrome/browser/browser_coordinator.mm

Issue 2667873002: [ios clean] Remove stop on Browser coordinator dealloc (Closed)
Patch Set: CL Feedback Created 3 years, 10 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
Index: ios/clean/chrome/browser/browser_coordinator.mm
diff --git a/ios/clean/chrome/browser/browser_coordinator.mm b/ios/clean/chrome/browser/browser_coordinator.mm
index 950cd93e75f5dfc2a833ef1ea919807b6bed9689..dfe32a05ea91e7ee470ec144a613e925a88c231d 100644
--- a/ios/clean/chrome/browser/browser_coordinator.mm
+++ b/ios/clean/chrome/browser/browser_coordinator.mm
@@ -40,10 +40,6 @@
return self;
}
-- (void)dealloc {
- [self stop];
-}
-
#pragma mark - Public API
- (void)start {
« no previous file with comments | « ios/clean/chrome/browser/browser_coordinator.h ('k') | ios/clean/chrome/browser/browser_coordinator_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698