| Index: ios/chrome/app/application_delegate/app_state.h
|
| diff --git a/ios/chrome/app/application_delegate/app_state.h b/ios/chrome/app/application_delegate/app_state.h
|
| index 52aff1d69a87ab08387913c612277d99f2538453..fa1f415c971ebfbdf972e33d87bb19b68c39d452 100644
|
| --- a/ios/chrome/app/application_delegate/app_state.h
|
| +++ b/ios/chrome/app/application_delegate/app_state.h
|
| @@ -37,7 +37,7 @@ initWithBrowserLauncher:(id<BrowserLauncher>)browserLauncher
|
|
|
| // Window for the application, it is not set during the initialization method.
|
| // Set the property before calling methods related to it.
|
| -@property(nonatomic, assign) UIWindow* window;
|
| +@property(nonatomic, weak) UIWindow* window;
|
|
|
| // Saves the launchOptions to be used from -newTabFromLaunchOptions. If the
|
| // application is in background, initialize the browser to basic. If not, launch
|
|
|