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

Unified Diff: ios/web/navigation/crw_session_controller.mm

Issue 1424713006: ios: Stop using __weak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/web/crw_browsing_data_store_unittest.mm ('k') | ios/web/web_state/ui/crw_touch_tracking_recognizer.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/navigation/crw_session_controller.mm
diff --git a/ios/web/navigation/crw_session_controller.mm b/ios/web/navigation/crw_session_controller.mm
index 5d67cb5993284e06c6934c272faa3c6ca1711d14..21e3d8727c421475c74e97cab0f07e30ff77e2e7 100644
--- a/ios/web/navigation/crw_session_controller.mm
+++ b/ios/web/navigation/crw_session_controller.mm
@@ -91,7 +91,7 @@ NSString* const kXCallbackParametersKey = @"xCallbackParameters";
BOOL _useDesktopUserAgentForNextPendingEntry;
// The browser state associated with this CRWSessionController;
- __weak web::BrowserState* _browserState;
+ web::BrowserState* _browserState; // weak
// Time smoother for navigation entry timestamps; see comment in
// navigation_controller_impl.h
« no previous file with comments | « ios/web/crw_browsing_data_store_unittest.mm ('k') | ios/web/web_state/ui/crw_touch_tracking_recognizer.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698