| Index: content/common/common_param_traits.cc
|
| diff --git a/content/common/common_param_traits.cc b/content/common/common_param_traits.cc
|
| index 92cbee66b3386776bcb0762155e0656cd6f735ca..cf0b7b3d78f59504ca92f65b0a1e13657a67f6c2 100644
|
| --- a/content/common/common_param_traits.cc
|
| +++ b/content/common/common_param_traits.cc
|
| @@ -127,6 +127,9 @@ void ParamTraits<ResourceType::Type>::Log(const param_type& p, std::string* l) {
|
| case ResourceType::FAVICON:
|
| type = "FAVICON";
|
| break;
|
| + case ResourceType::XHR:
|
| + type = "XHR";
|
| + break;
|
| default:
|
| type = "UNKNOWN";
|
| break;
|
|
|