|
|
Created:
6 years, 9 months ago by Nicolas Zea Modified:
6 years, 8 months ago CC:
chromium-reviews Base URL:
svn://svn.chromium.org/chrome/trunk/src Visibility:
Public. |
Description[GCM] Cleanup for ios enabling
BUG=342317
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260313
Patch Set 1 #Patch Set 2 : Update gypi #
Total comments: 2
Patch Set 3 : Address comment #Patch Set 4 : Rebase #Patch Set 5 : Rebase #
Messages
Total messages: 31 (0 generated)
+Pavel for invalidations +Jian Li for gcm
gcm lgtm
lgtm with one comment. https://codereview.chromium.org/211973003/diff/30001/chrome/browser/invalidat... File chrome/browser/invalidation/ticl_invalidation_service_unittest.cc (left): https://codereview.chromium.org/211973003/diff/30001/chrome/browser/invalidat... chrome/browser/invalidation/ticl_invalidation_service_unittest.cc:112: expected_gcm_channel = TiclInvalidationService::PUSH_CLIENT_CHANNEL; Could you replace references to expected_gcm_channel in this test with GCM_NETWORK_CHANNEL?
Done, committing. https://codereview.chromium.org/211973003/diff/30001/chrome/browser/invalidat... File chrome/browser/invalidation/ticl_invalidation_service_unittest.cc (left): https://codereview.chromium.org/211973003/diff/30001/chrome/browser/invalidat... chrome/browser/invalidation/ticl_invalidation_service_unittest.cc:112: expected_gcm_channel = TiclInvalidationService::PUSH_CLIENT_CHANNEL; On 2014/03/26 17:10:53, pavely wrote: > Could you replace references to expected_gcm_channel in this test with > GCM_NETWORK_CHANNEL? Done.
The CQ bit was checked by zea@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/211973003/70001
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for chrome/browser/invalidation/ticl_invalidation_service.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file chrome/browser/invalidation/ticl_invalidation_service.cc Hunk #1 FAILED at 428. 1 out of 1 hunk FAILED -- saving rejects to file chrome/browser/invalidation/ticl_invalidation_service.cc.rej Patch: chrome/browser/invalidation/ticl_invalidation_service.cc Index: chrome/browser/invalidation/ticl_invalidation_service.cc diff --git a/chrome/browser/invalidation/ticl_invalidation_service.cc b/chrome/browser/invalidation/ticl_invalidation_service.cc index 28c9c9d0dd49b0e7e41723ffaa25279567a39f7f..5d91d7d79a3856a0f6280fdfc956d71d3b7c56b5 100644 --- a/chrome/browser/invalidation/ticl_invalidation_service.cc +++ b/chrome/browser/invalidation/ticl_invalidation_service.cc @@ -428,15 +428,12 @@ void TiclInvalidationService::StartInvalidator( void TiclInvalidationService::UpdateInvalidationNetworkChannel() { InvalidationNetworkChannel network_channel_type = PUSH_CLIENT_CHANNEL; -// For now don't use GCM on iOS. -#if !defined(OS_IOS) if (profile_->GetPrefs()->GetBoolean( prefs::kInvalidationServiceUseGCMChannel) && gcm::GCMProfileService::GetGCMEnabledState(profile_) == gcm::GCMProfileService::ALWAYS_ENABLED) { network_channel_type = GCM_NETWORK_CHANNEL; } -#endif if (network_channel_type_ == network_channel_type) return; network_channel_type_ = network_channel_type;
The CQ bit was checked by zea@chromium.org
The CQ bit was unchecked by zea@chromium.org
The CQ bit was checked by zea@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/211973003/100001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_p...
+Richard for invalidations
lgtm
The CQ bit was checked by zea@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/211973003/100001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&nu...
The CQ bit was checked by zea@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/211973003/100001
The CQ bit was unchecked by commit-bot@chromium.org
Retried try job too often on ios_dbg_simulator for step(s) url_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=ios_dbg_si...
The CQ bit was checked by zea@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/211973003/100001
The CQ bit was unchecked by commit-bot@chromium.org
Commit queue rejected this change because the description was changed between the time the change entered the commit queue and the time it was ready to commit. You can safely check the commit box again.
The CQ bit was checked by zea@chromium.org
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zea@chromium.org/211973003/100001
Message was sent while issue was closed.
Change committed as 260313 |