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

Unified Diff: Source/core/frame/UseCounter.h

Issue 564123002: Measure resources from private IP addresses in public websites. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 70b6fcb86296dbfcf148d2fba3d68946063be99b..981f2c5fcc84bdc56ab18a52d4ef830a0f0325c3 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -496,6 +496,7 @@ public:
MixedContentPrivateIPInPublicWebsitePassive = 527,
MixedContentPrivateIPInPublicWebsiteActive = 528,
XMLExternalResourceLoad = 529,
+ MixedContentPrivateHostnameInPublicHostname = 530,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698