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

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

Issue 2734333003: Child coordinators notify their parent upon -start and -stop. (Closed)
Patch Set: Fix tests build (they were on the "all" target) Created 3 years, 9 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_unittest.mm
diff --git a/ios/clean/chrome/browser/browser_coordinator_unittest.mm b/ios/clean/chrome/browser/browser_coordinator_unittest.mm
index 54fbd76d3747af67909b76e5622927fe1bce93be..88f01865e4dc0a8380145426e7c9b98862063bf3 100644
--- a/ios/clean/chrome/browser/browser_coordinator_unittest.mm
+++ b/ios/clean/chrome/browser/browser_coordinator_unittest.mm
@@ -31,6 +31,7 @@
}
- (void)stop {
+ [super stop];
if (self.stopHandler)
self.stopHandler();
}

Powered by Google App Engine
This is Rietveld 408576698