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

Unified Diff: remoting/ios/session/remoting_client_session_delegate.h

Issue 2886233003: [CRD iOS] Fix the leaky RemotingClient (Closed)
Patch Set: WIP Created 3 years, 7 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
« no previous file with comments | « remoting/ios/session/remoting_client.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/ios/session/remoting_client_session_delegate.h
diff --git a/remoting/ios/session/remoting_client_session_delegate.h b/remoting/ios/session/remoting_client_session_delegate.h
index 646f0f3425e7e7ef8fe7c6c54344564f49bc5cd4..bf47577d25f842f777117056175dcf293caf1a9f 100644
--- a/remoting/ios/session/remoting_client_session_delegate.h
+++ b/remoting/ios/session/remoting_client_session_delegate.h
@@ -39,7 +39,7 @@ class RemotingClientSessonDelegate : public ChromotingSession::Delegate {
private:
ChromotingClientRuntime* runtime_;
- id client_;
+ __weak id client_;
base::WeakPtrFactory<RemotingClientSessonDelegate> weak_factory_;
« no previous file with comments | « remoting/ios/session/remoting_client.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698