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

Unified Diff: ios/chrome/app/safe_mode/safe_mode_coordinator.h

Issue 2915043003: [ObjC ARC] Converts ios/chrome/app/safe_mode:safe_mode to ARC. (Closed)
Patch Set: missing_include 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/safe_mode/BUILD.gn ('k') | ios/chrome/app/safe_mode/safe_mode_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/safe_mode/safe_mode_coordinator.h
diff --git a/ios/chrome/app/safe_mode/safe_mode_coordinator.h b/ios/chrome/app/safe_mode/safe_mode_coordinator.h
index 499e92492a48291d88cef224293b9b75fd5ba827..ba2593353f0c3623fae22d814ec4b5e434c1a9d4 100644
--- a/ios/chrome/app/safe_mode/safe_mode_coordinator.h
+++ b/ios/chrome/app/safe_mode/safe_mode_coordinator.h
@@ -21,7 +21,7 @@
@interface SafeModeCoordinator : ChromeRootCoordinator
// Delegate for this coordinator.
-@property(nonatomic, nullable, assign) id<SafeModeCoordinatorDelegate> delegate;
+@property(nonatomic, nullable, weak) id<SafeModeCoordinatorDelegate> delegate;
// If YES, there's a reason to show this coordinator.
+ (BOOL)shouldStart;
« no previous file with comments | « ios/chrome/app/safe_mode/BUILD.gn ('k') | ios/chrome/app/safe_mode/safe_mode_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698