Index: chrome/browser/profiles/gaia_info_update_service_unittest.cc |
diff --git a/chrome/browser/profiles/gaia_info_update_service_unittest.cc b/chrome/browser/profiles/gaia_info_update_service_unittest.cc |
index 4fa04f974305919b9213742b979c6e6b910f7e29..43c1355f8ef339276e2abc9be93ad8fca7e6a965 100644 |
--- a/chrome/browser/profiles/gaia_info_update_service_unittest.cc |
+++ b/chrome/browser/profiles/gaia_info_update_service_unittest.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -156,10 +156,6 @@ TEST_F(GAIAInfoUpdateServiceTest, ShouldUseGAIAProfileInfo) { |
#if defined(OS_CHROMEOS) |
// This feature should never be enabled on ChromeOS. |
EXPECT_FALSE(GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile())); |
-#else |
- bool sync_enabled = profile()->GetOriginalProfile()->IsSyncAccessible(); |
- EXPECT_EQ(sync_enabled, |
- GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile())); |
#endif |
} |