| Index: chrome/browser/policy/device_management_service.cc
|
| diff --git a/chrome/browser/policy/device_management_service.cc b/chrome/browser/policy/device_management_service.cc
|
| index 7cdc87d30f3cc1e425d12e65c6be76982812fd76..15accb67f035042da2fada67921e3fc502224f03 100644
|
| --- a/chrome/browser/policy/device_management_service.cc
|
| +++ b/chrome/browser/policy/device_management_service.cc
|
| @@ -221,8 +221,8 @@ class DeviceManagementRequestContext : public net::URLRequestContext {
|
|
|
| DeviceManagementRequestContext::DeviceManagementRequestContext(
|
| net::URLRequestContext* base_context)
|
| - // Use sane Accept-Language and Accept-Charset values for our purposes.
|
| - : basic_http_user_agent_settings_("*", "*") {
|
| + // Use sane Accept-Language value for our purposes.
|
| + : basic_http_user_agent_settings_("*") {
|
| // Share resolver, proxy service and ssl bits with the baseline context. This
|
| // is important so we don't make redundant requests (e.g. when resolving proxy
|
| // auto configuration).
|
|
|