Chromium Code Reviews| 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 { |