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

Unified Diff: ios/clean/chrome/browser/browser_coordinator+internal.h

Issue 2750003004: Add a "started" protected property to BrowserCoordinator. (Closed)
Patch Set: 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
« no previous file with comments | « ios/clean/chrome/browser/browser_coordinator.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/clean/chrome/browser/browser_coordinator+internal.h
diff --git a/ios/clean/chrome/browser/browser_coordinator+internal.h b/ios/clean/chrome/browser/browser_coordinator+internal.h
index 06315554a0e069006b5df9a7d672015fffd654f5..48f7ea271bdf2aab3af35bc644a09e9ce75d2748 100644
--- a/ios/clean/chrome/browser/browser_coordinator+internal.h
+++ b/ios/clean/chrome/browser/browser_coordinator+internal.h
@@ -37,6 +37,10 @@
// The coordinator that added this coordinator as a child, if any.
@property(nonatomic, readonly) BrowserCoordinator* parentCoordinator;
+// YES if the receiver has been started; NO (the default) otherwise. Stopping
+// the receiver resets this property to NO.
+@property(nonatomic, readonly) BOOL started;
+
// YES if the receiver is acting as an overlay coordinator; NO (the default)
// otherwise.
@property(nonatomic, readonly) BOOL overlaying;
« no previous file with comments | « ios/clean/chrome/browser/browser_coordinator.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698