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

Unified Diff: ios/chrome/app/application_delegate/app_state.h

Issue 2621943002: [ObjC ARC] Converts ios/chrome/app/application_delegate:application_delegate_internal to ARC. (Closed)
Patch Set: add dependency on ios/chrome/common/app_group:main_app Created 3 years, 11 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/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

Powered by Google App Engine
This is Rietveld 408576698