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

Unified Diff: remoting/client/ios/app/host_collection_view_controller.mm

Issue 2828113002: Provide HostView with data required for creating a new and session, and render for CRD iOS. (Closed)
Patch Set: fixing issue based on feedback. Created 3 years, 8 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: remoting/client/ios/app/host_collection_view_controller.mm
diff --git a/remoting/client/ios/app/host_collection_view_controller.mm b/remoting/client/ios/app/host_collection_view_controller.mm
index ffe882a5380de79def2950606a562d1f0547d808..4e90dc22085e41ae6692afd52550fabd266c6a4b 100644
--- a/remoting/client/ios/app/host_collection_view_controller.mm
+++ b/remoting/client/ios/app/host_collection_view_controller.mm
@@ -80,7 +80,7 @@ static UIColor* kBackgroundColor =
forIndexPath:indexPath];
HostInfo* host = [_delegate getHostAtIndexPath:indexPath];
if (host) {
- [cell populateContentWithTitle:host.hostName status:host.status];
+ [cell populateContentWithHostInfo:host];
}
return cell;
}

Powered by Google App Engine
This is Rietveld 408576698