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

Unified Diff: net/base/sdch_manager.cc

Issue 1294713004: Switch Sdch3.AdvertisedWithSecureScheme histogram to use target_url.SchemeIsCryptographic(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/sdch_manager.cc
diff --git a/net/base/sdch_manager.cc b/net/base/sdch_manager.cc
index e4104e0a96dadaced546d9e0880c3716df388837..784ae0efc52b4af58364d9e6a842d160678d5f05 100644
--- a/net/base/sdch_manager.cc
+++ b/net/base/sdch_manager.cc
@@ -258,7 +258,7 @@ SdchManager::GetDictionarySet(const GURL& target_url) {
UMA_HISTOGRAM_COUNTS("Sdch3.Advertisement_Count", count);
UMA_HISTOGRAM_BOOLEAN("Sdch3.AdvertisedWithSecureScheme",
- target_url.SchemeIsSecure());
+ target_url.SchemeIsCryptographic());
return result.Pass();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698