| Index: content/common/resource_dispatcher_unittest.cc
|
| diff --git a/content/common/resource_dispatcher_unittest.cc b/content/common/resource_dispatcher_unittest.cc
|
| index 36aea72ee56bc3e5f70949fc7a2fee2424eda9e0..b4518635092fee9e796d14453a94080c10bb44ad 100644
|
| --- a/content/common/resource_dispatcher_unittest.cc
|
| +++ b/content/common/resource_dispatcher_unittest.cc
|
| @@ -26,7 +26,7 @@ namespace content {
|
|
|
| static const char test_page_url[] = "http://www.google.com/";
|
| static const char test_page_headers[] =
|
| - "HTTP/1.1 200 OK\nContent-Type:text/html\n\n";
|
| + "HTTP/1.1 200 OK\nContent-Type:text/html\nContent-Language:en\n\n";
|
| static const char test_page_mime_type[] = "text/html";
|
| static const char test_page_charset[] = "";
|
| static const char test_page_contents[] =
|
| @@ -204,6 +204,7 @@ TEST_F(ResourceDispatcherTest, RoundTrip) {
|
| //EXPECT_TRUE(callback.complete());
|
| //EXPECT_STREQ(test_page_contents, callback.data().c_str());
|
| //EXPECT_EQ(test_page_contents_len, callback.total_encoded_data_length());
|
| + //EXPECT_EQ(document.m_contentLanguage, "en")
|
|
|
| delete bridge;
|
| }
|
|
|