Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8753)

Unified Diff: chrome/service/net/service_url_request_context.cc

Issue 12463021: Stop sending Accept-Charset HTTP header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync (r188089) Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/service/net/service_url_request_context.cc
diff --git a/chrome/service/net/service_url_request_context.cc b/chrome/service/net/service_url_request_context.cc
index 3bb55650bf4cc45c38d0e58bc57d61df1a6b2d05..6bf4252e5ab20c5db2627f9e04e4dc7dcb107b42 100644
--- a/chrome/service/net/service_url_request_context.cc
+++ b/chrome/service/net/service_url_request_context.cc
@@ -139,7 +139,7 @@ ServiceURLRequestContext::ServiceURLRequestContext(
// In-memory cookie store.
storage_.set_cookie_store(new net::CookieMonster(NULL, NULL));
storage_.set_http_user_agent_settings(new net::StaticHttpUserAgentSettings(
- "en-us,fr", "iso-8859-1,*,utf-8", user_agent));
+ "en-us,fr", user_agent));
}
ServiceURLRequestContext::~ServiceURLRequestContext() {
« no previous file with comments | « chrome/browser/policy/cloud/device_management_service.cc ('k') | content/shell/shell_url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698