| Index: net/base/sdch_manager.cc
|
| diff --git a/net/base/sdch_manager.cc b/net/base/sdch_manager.cc
|
| index c43c8b08c955afa6c441ce5ffbf89408e074abd0..2e474a9a78cfa8db3a0e8ac71682232287427aec 100644
|
| --- a/net/base/sdch_manager.cc
|
| +++ b/net/base/sdch_manager.cc
|
| @@ -282,6 +282,8 @@ SdchManager::GetDictionarySet(const GURL& target_url) {
|
| return NULL;
|
|
|
| UMA_HISTOGRAM_COUNTS("Sdch3.Advertisement_Count", count);
|
| + UMA_HISTOGRAM_BOOLEAN("Sdch3.AdvertisedWithSecureScheme",
|
| + target_url.SchemeIsSecure());
|
|
|
| return result.Pass();
|
| }
|
|
|