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

Issue 270403006: Adding handling of MCS Endpoints to GServicesSettings (Closed)

Created:
6 years, 7 months ago by fgorski
Modified:
6 years, 7 months ago
Reviewers:
Nicolas Zea, jianli
CC:
chromium-reviews
Visibility:
Public.

Description

Adding handling of MCS Endpoints to GServicesSettings Removing mcs_hostname and mcs_secure_port from GServicesSettings. Adding mcs_main_endpoint and mcs_fallback_enpoint. Constructing the main endpoint based on g-settings from the checkin. Constructing the fallback endpoint based on mcs hostname and default fallback port. R=jianli@chromium.org,zea@chromium.org BUG=359254 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269632

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressing CR feedback #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -42 lines) Patch
M google_apis/gcm/engine/gservices_settings.h View 2 chunks +6 lines, -7 lines 0 comments Download
M google_apis/gcm/engine/gservices_settings.cc View 1 6 chunks +25 lines, -8 lines 2 comments Download
M google_apis/gcm/engine/gservices_settings_unittest.cc View 3 chunks +10 lines, -8 lines 0 comments Download
M google_apis/gcm/gcm_client_impl.cc View 2 chunks +2 lines, -9 lines 0 comments Download
M google_apis/gcm/gcm_client_impl_unittest.cc View 5 chunks +14 lines, -10 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
fgorski
PTAL. This one closes the G-services settings V2.
6 years, 7 months ago (2014-05-08 18:39:21 UTC) #1
jianli
https://codereview.chromium.org/270403006/diff/1/google_apis/gcm/engine/gservices_settings.cc File google_apis/gcm/engine/gservices_settings.cc (right): https://codereview.chromium.org/270403006/diff/1/google_apis/gcm/engine/gservices_settings.cc#newcode27 google_apis/gcm/engine/gservices_settings.cc:27: const int kDefaultMCSSecurePort = 5228; nit: kDefaultMCSMainSecurePort https://codereview.chromium.org/270403006/diff/1/google_apis/gcm/engine/gservices_settings.cc#newcode28 google_apis/gcm/engine/gservices_settings.cc:28: ...
6 years, 7 months ago (2014-05-08 18:59:37 UTC) #2
fgorski
PTAL https://codereview.chromium.org/270403006/diff/1/google_apis/gcm/engine/gservices_settings.cc File google_apis/gcm/engine/gservices_settings.cc (right): https://codereview.chromium.org/270403006/diff/1/google_apis/gcm/engine/gservices_settings.cc#newcode27 google_apis/gcm/engine/gservices_settings.cc:27: const int kDefaultMCSSecurePort = 5228; On 2014/05/08 18:59:37, ...
6 years, 7 months ago (2014-05-08 19:21:03 UTC) #3
jianli
lgtm
6 years, 7 months ago (2014-05-08 20:49:35 UTC) #4
Nicolas Zea
https://codereview.chromium.org/270403006/diff/20001/google_apis/gcm/engine/gservices_settings.cc File google_apis/gcm/engine/gservices_settings.cc (right): https://codereview.chromium.org/270403006/diff/20001/google_apis/gcm/engine/gservices_settings.cc#newcode34 google_apis/gcm/engine/gservices_settings.cc:34: return base::StringPrintf(kMCSEnpointTemplate, mcs_hostname.c_str(), port); Should we be doing any ...
6 years, 7 months ago (2014-05-08 22:00:52 UTC) #5
fgorski
https://codereview.chromium.org/270403006/diff/20001/google_apis/gcm/engine/gservices_settings.cc File google_apis/gcm/engine/gservices_settings.cc (right): https://codereview.chromium.org/270403006/diff/20001/google_apis/gcm/engine/gservices_settings.cc#newcode34 google_apis/gcm/engine/gservices_settings.cc:34: return base::StringPrintf(kMCSEnpointTemplate, mcs_hostname.c_str(), port); On 2014/05/08 22:00:52, Nicolas Zea ...
6 years, 7 months ago (2014-05-09 17:54:41 UTC) #6
Nicolas Zea
lgtm
6 years, 7 months ago (2014-05-09 17:55:36 UTC) #7
fgorski
The CQ bit was checked by fgorski@chromium.org
6 years, 7 months ago (2014-05-09 20:03:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fgorski@chromium.org/270403006/20001
6 years, 7 months ago (2014-05-09 20:04:13 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-09 21:26:18 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-09 23:00:59 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_rel/builds/27149)
6 years, 7 months ago (2014-05-09 23:00:59 UTC) #12
fgorski
The CQ bit was checked by fgorski@chromium.org
6 years, 7 months ago (2014-05-10 18:21:26 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fgorski@chromium.org/270403006/20001
6 years, 7 months ago (2014-05-10 18:24:47 UTC) #14
commit-bot: I haz the power
6 years, 7 months ago (2014-05-10 20:40:19 UTC) #15
Message was sent while issue was closed.
Change committed as 269632

Powered by Google App Engine
This is Rietveld 408576698