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

Unified Diff: blimp/engine/session/blimp_engine_session.cc

Issue 2471733002: Fix for client_engine_integration.py (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/engine/session/blimp_engine_session.cc
diff --git a/blimp/engine/session/blimp_engine_session.cc b/blimp/engine/session/blimp_engine_session.cc
index 8f12eeb08557c87227155f45479595313d6aac8b..aee2e39dcccd3944fc1ecd4a08eeeeb323cbdcfe 100644
--- a/blimp/engine/session/blimp_engine_session.cc
+++ b/blimp/engine/session/blimp_engine_session.cc
@@ -218,6 +218,10 @@ void EngineNetworkComponents::Initialize(
net::IPEndPoint address(GetListeningAddress(), GetListeningPort());
connection_manager_->ConnectTransport(&address, GetTransportType());
port_ = address.port();
+
+ // Print the engine port for client_engine_integration script, please do not
+ // remove this log.
+ DVLOG(1) << "Engine port #: " << port_;
}
void EngineNetworkComponents::HandleConnection(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698