| 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
|
|
|