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

Unified Diff: ios/web_view/internal/criwv_web_client.h

Issue 2692603002: Convert //ios/web_view/internal to ARC. (Closed)
Patch Set: Respond to comments. Created 3 years, 10 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/web_view/internal/criwv_web_client.h
diff --git a/ios/web_view/internal/criwv_web_client.h b/ios/web_view/internal/criwv_web_client.h
index 536440503acbc5ea1b066676c82b1463e9021e07..20b2517986caedeeefbe19e2abde5d1c0179bec1 100644
--- a/ios/web_view/internal/criwv_web_client.h
+++ b/ios/web_view/internal/criwv_web_client.h
@@ -34,7 +34,7 @@ class CRIWVWebClient : public web::WebClient {
private:
// This object's delegate.
- id<CRIWVDelegate> delegate_;
+ __weak id<CRIWVDelegate> delegate_;
stkhapugin 2017/02/13 15:54:59 Just a heads-up, this prevents this class from bei
michaeldo 2017/02/13 16:04:15 Thanks for pointing that out. This is definitely o
// The WebMainParts created by |CreateWebMainParts()|.
CRIWVWebMainParts* web_main_parts_;
« no previous file with comments | « ios/web_view/internal/criwv_url_request_context_getter.mm ('k') | ios/web_view/internal/criwv_web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698