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

Unified Diff: chrome/browser/invalidation/ticl_invalidation_service_unittest.cc

Issue 211973003: [GCM] Cleanup for ios enabling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update gypi Created 6 years, 9 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: chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
diff --git a/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc b/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
index 3a193bc8d0c97b3d56834f023536d9ddfc860b44..ed50fdac1d370a93386b83c8edc85e2909ff1e9e 100644
--- a/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
+++ b/chrome/browser/invalidation/ticl_invalidation_service_unittest.cc
@@ -108,10 +108,6 @@ class TiclInvalidationServiceChannelTest : public ::testing::Test {
TEST_F(TiclInvalidationServiceChannelTest, ChannelSelectionTest) {
TiclInvalidationService::InvalidationNetworkChannel expected_gcm_channel =
TiclInvalidationService::GCM_NETWORK_CHANNEL;
-#if defined(OS_IOS)
- expected_gcm_channel = TiclInvalidationService::PUSH_CLIENT_CHANNEL;
pavely 2014/03/26 17:10:53 Could you replace references to expected_gcm_chann
Nicolas Zea 2014/03/26 17:47:03 Done.
-#endif
-
EXPECT_EQ(TiclInvalidationService::PUSH_CLIENT_CHANNEL, GetNetworkChannel());
// If stars allign use GCM channel.
« no previous file with comments | « chrome/browser/invalidation/ticl_invalidation_service.cc ('k') | chrome/browser/services/gcm/gcm_profile_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698