| Index: webkit/tools/test_shell/test_shell_request_context.cc
|
| diff --git a/webkit/tools/test_shell/test_shell_request_context.cc b/webkit/tools/test_shell/test_shell_request_context.cc
|
| index fd07b3be4a3eac18b2298891c5b73467fd4a179e..3fdf0fd01d6fc6697954c002bbcd8bf5ceb8925d 100644
|
| --- a/webkit/tools/test_shell/test_shell_request_context.cc
|
| +++ b/webkit/tools/test_shell/test_shell_request_context.cc
|
| @@ -40,13 +40,10 @@ class TestShellHttpUserAgentSettings : public net::HttpUserAgentSettings {
|
| TestShellHttpUserAgentSettings() {}
|
| virtual ~TestShellHttpUserAgentSettings() {}
|
|
|
| - // hard-code A-L and A-C for test shells
|
| + // Hard-code Accept-Language for test shells.
|
| virtual std::string GetAcceptLanguage() const OVERRIDE {
|
| return "en-us,en";
|
| }
|
| - virtual std::string GetAcceptCharset() const OVERRIDE {
|
| - return "iso-8859-1,*,utf-8";
|
| - }
|
|
|
| virtual std::string GetUserAgent(const GURL& url) const OVERRIDE {
|
| return webkit_glue::GetUserAgent(url);
|
|
|