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

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

Issue 1638153002: Set up an stunnel endpoint for the engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added documentation on opening a port with Docker Created 4 years, 11 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: blimp/engine/browser/blimp_engine_session.cc
diff --git a/blimp/engine/browser/blimp_engine_session.cc b/blimp/engine/browser/blimp_engine_session.cc
index 7e5b91a63f5a41d4fe1aec3acbab419cdbb8b302..5aed07c1db615d17d346cac3a334db5223f335fc 100644
--- a/blimp/engine/browser/blimp_engine_session.cc
+++ b/blimp/engine/browser/blimp_engine_session.cc
@@ -49,7 +49,7 @@ const int kDummyTabId = 0;
const float kDefaultScaleFactor = 1.f;
const int kDefaultDisplayWidth = 800;
const int kDefaultDisplayHeight = 600;
-const uint16_t kDefaultPort = 25467;
+const uint16_t kDefaultPort = 12345;
nyquist 2016/01/27 02:02:26 Why this change? Couldn't the internal and externa
marcinjb 2016/01/27 16:38:09 I don't think we want to expose the unencrypted po
marcinjb 2016/01/28 19:29:45 Chatted offline- this is back to 25467
// Focus rules that support activating an child window.
class FocusRulesImpl : public wm::BaseFocusRules {

Powered by Google App Engine
This is Rietveld 408576698