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

Unified Diff: ios/chrome/browser/root_coordinator.h

Issue 2566993002: [ObjC ARC] Converts ios/chrome/browser:browser to ARC. (Closed)
Patch Set: comments Created 4 years 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
« no previous file with comments | « ios/chrome/browser/open_url_util.mm ('k') | ios/chrome/browser/root_coordinator.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/root_coordinator.h
diff --git a/ios/chrome/browser/root_coordinator.h b/ios/chrome/browser/root_coordinator.h
index 3151c9b3b12c791fad583499a10a23d51d6af959..5158ded13527c4732c9d1ff4425fddc90107096d 100644
--- a/ios/chrome/browser/root_coordinator.h
+++ b/ios/chrome/browser/root_coordinator.h
@@ -20,7 +20,7 @@
- (nullable instancetype)initWithBaseViewController:
(nullable UIViewController*)viewController NS_UNAVAILABLE;
-@property(nonatomic, readonly, nullable) UIWindow* window;
+@property(weak, nonatomic, readonly, nullable) UIWindow* window;
@end
« no previous file with comments | « ios/chrome/browser/open_url_util.mm ('k') | ios/chrome/browser/root_coordinator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698