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

Unified Diff: blimp/client/app/android/blimp_client_session_android.cc

Issue 2462183002: GRPC Stream implementation of HeliumStream
Patch Set: Address gcasto comments Created 4 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 | « blimp/BUILD.gn ('k') | blimp/client/core/session/assignment_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/android/blimp_client_session_android.cc
diff --git a/blimp/client/app/android/blimp_client_session_android.cc b/blimp/client/app/android/blimp_client_session_android.cc
index 2ed830e94ea61eca5dda8eaf12b3cc118988e025..16db1a7fbab0c514578ae72cb996f477d05eb782 100644
--- a/blimp/client/app/android/blimp_client_session_android.cc
+++ b/blimp/client/app/android/blimp_client_session_android.cc
@@ -111,7 +111,8 @@ void BlimpClientSessionAndroid::OnAssignmentConnectionAttempted(
const Assignment& assignment) {
// Notify the front end of the assignment result.
std::string engine_ip = IPAddressToStringWithPort(
- assignment.engine_endpoint.address(), assignment.engine_endpoint.port());
+ assignment.assignment_options.engine_endpoint.address(),
+ assignment.assignment_options.engine_endpoint.port());
JNIEnv* env = base::android::AttachCurrentThread();
Java_BlimpClientSession_onAssignmentReceived(
env, java_obj_, static_cast<jint>(result),
« no previous file with comments | « blimp/BUILD.gn ('k') | blimp/client/core/session/assignment_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698