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

Unified Diff: sync/internal_api/http_bridge.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
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | sync/internal_api/public/http_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/http_bridge.cc
diff --git a/sync/internal_api/http_bridge.cc b/sync/internal_api/http_bridge.cc
index 71f822c19577927240e3e3b1e608c7a305a77543..d163be5e7d4f2669a26c00008f4756a904495ce7 100644
--- a/sync/internal_api/http_bridge.cc
+++ b/sync/internal_api/http_bridge.cc
@@ -111,7 +111,6 @@ HttpBridge::RequestContext::RequestContext(
// figure out if we need to give the user explicit control over policies etc.
http_user_agent_settings_.reset(new net::StaticHttpUserAgentSettings(
baseline_context->GetAcceptLanguage(),
- baseline_context->GetAcceptCharset(),
user_agent));
set_http_user_agent_settings(http_user_agent_settings_.get());
« no previous file with comments | « net/url_request/url_request_unittest.cc ('k') | sync/internal_api/public/http_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698