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

Unified Diff: ios/public/provider/chrome/browser/signin/chrome_identity_interaction_manager.h

Issue 2964383002: [ObjC ARC] Converts ios/public/provider/chrome/browser/signin:signin to ARC. (Closed)
Patch Set: comments Created 3 years, 5 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/public/provider/chrome/browser/signin/chrome_identity_interaction_manager.h
diff --git a/ios/public/provider/chrome/browser/signin/chrome_identity_interaction_manager.h b/ios/public/provider/chrome/browser/signin/chrome_identity_interaction_manager.h
index 4116256fdd5ff8d66390f314ba8cdcc3fb0276bc..1e259175ba6f789da4d2a442f893b4b66cfec58c 100644
--- a/ios/public/provider/chrome/browser/signin/chrome_identity_interaction_manager.h
+++ b/ios/public/provider/chrome/browser/signin/chrome_identity_interaction_manager.h
@@ -30,7 +30,7 @@ typedef void (^SigninCompletionCallback)(ChromeIdentity* identity,
@interface ChromeIdentityInteractionManager : NSObject
// Delegate used to present and dismiss the view controllers.
-@property(nonatomic, assign) id<ChromeIdentityInteractionManagerDelegate>
+@property(nonatomic, weak) id<ChromeIdentityInteractionManagerDelegate>
delegate;
// Whether the manager is currently being canceled. Delegates may inquire if the

Powered by Google App Engine
This is Rietveld 408576698