Index: chrome/browser/sync/glue/http_bridge_unittest.cc |
=================================================================== |
--- chrome/browser/sync/glue/http_bridge_unittest.cc (revision 26149) |
+++ chrome/browser/sync/glue/http_bridge_unittest.cc (working copy) |
@@ -158,12 +158,7 @@ |
EXPECT_EQ(0, http_bridge->GetResponseCookieCount()); |
std::string response(http_bridge->GetResponseContent(), |
http_bridge->GetResponseContentLength()); |
-#if BUG_20182_FIXED |
- // TODO(chron): Re-enable this expectation. |
EXPECT_EQ(std::string::npos, response.find("Cookie:")); |
-#else |
- EXPECT_NE(std::string::npos, response.find("Cookie:")); |
-#endif |
EXPECT_NE(std::string::npos, response.find("User-Agent: bob")); |
EXPECT_NE(std::string::npos, response.find(test_payload.c_str())); |
} |