Commit 6f4d74d1 authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Commit Bot

[iOS] Adding [super init] in -[UnifiedConsentCoordinator init]

Bug: 827072
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Ie88b2fbf10d49b6158d23c37ce593f90c81531b4
Reviewed-on: https://chromium-review.googlesource.com/1069270Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560992}
parent 0d199fbc
......@@ -29,6 +29,7 @@
@synthesize settingsLinkWasTapped = _settingsLinkWasTapped;
- (instancetype)init {
self = [super init];
if (self) {
_unifiedConsentViewController = [[UnifiedConsentViewController alloc] init];
_unifiedConsentViewController.delegate = self;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment