Index: content/shell/shell_url_request_context_getter.cc |
diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/shell_url_request_context_getter.cc |
index c5ba28a5a4dd506a1ef4a0d1f8249f1d3cf512b0..b3a9b400911652419002522010a0b2bd2241dbb5 100644 |
--- a/content/shell/shell_url_request_context_getter.cc |
+++ b/content/shell/shell_url_request_context_getter.cc |
@@ -94,8 +94,7 @@ net::URLRequestContext* ShellURLRequestContextGetter::GetURLRequestContext() { |
new net::DefaultServerBoundCertStore(NULL), |
base::WorkerPool::GetTaskRunner(true))); |
storage_->set_http_user_agent_settings( |
- new net::StaticHttpUserAgentSettings( |
- "en-us,en", "iso-8859-1,*,utf-8", EmptyString())); |
+ new net::StaticHttpUserAgentSettings("en-us,en", EmptyString())); |
scoped_ptr<net::HostResolver> host_resolver( |
net::HostResolver::CreateDefaultResolver(NULL)); |