| Index: ios/chrome/app/app_delegate.mm
|
| diff --git a/ios/chrome/app/app_delegate.mm b/ios/chrome/app/app_delegate.mm
|
| index 2f2b3aa2e3da9f371800c371c36a2da87e2788f9..5d0ab608f7221f50fa55e5e0108570ccf9ca59ab 100644
|
| --- a/ios/chrome/app/app_delegate.mm
|
| +++ b/ios/chrome/app/app_delegate.mm
|
| @@ -111,7 +111,6 @@
|
| [[StartChromeMain alloc] init],
|
| [[SetBrowserState alloc] init],
|
| [[BeginForegrounding alloc] init],
|
| - [[BrowserStateInitializer alloc] init],
|
| [[PrepareForUI alloc] init],
|
| [[CompleteForegrounding alloc] init],
|
| [[TabGridCoordinator alloc] init],
|
|
|