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

Unified Diff: tools/metrics/rappor/rappor.xml

Issue 1723353002: Add deprecation message for AppCache in insecure contexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Rebase on ToT Created 4 years, 10 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: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 2d3a2f26bc9193d91f00a9d16e6bc82a308c914a..4de1937161920f8988c104ce9da5070cc9dd0008 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -1004,6 +1004,25 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="PowerfulFeatureUse.Host.ApplicationCacheAPI.Insecure"
+ type="ETLD_PLUS_ONE">
+ <owner>jww@chromium.org</owner>
+ <summary>
+ The host of the URL that uses a the Application Cache programmatic API from
+ an insecure origin.
+ </summary>
+</rappor-metric>
+
+<rappor-metric
+ name="PowerfulFeatureUse.Host.ApplicationCacheManifestSelect.Insecure"
+ type="ETLD_PLUS_ONE">
+ <owner>jww@chromium.org</owner>
+ <summary>
+ The host of the URL that uses an Application Cache manifest from an insecure
+ origin.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="PowerfulFeatureUse.Host.DeviceMotion.Insecure"
type="ETLD_PLUS_ONE">
<owner>jww@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698