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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1942003002: Fix geolocation removal from insecure contexts console message (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add additional counter for deprecated-but-not-removed Created 4 years, 7 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 57da90f5dfd22a4ed9af769d7dd0d127eba2bbc3..7415c5f15a3018be6dd36a5dd94ccc8cb37773c2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -71969,6 +71969,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1331" label="Entry_Remove_Method_IsolatedFileSystem"/>
<int value="1332" label="Entry_GetParent_Method_IsolatedFileSystem"/>
<int value="1333" label="Entry_ToURL_Method_IsolatedFileSystem"/>
+ <int value="1334" label="GeolocationInsecureOriginDeprecatedNotRemoved"/>
+ <int value="1335"
+ label="GeolocationInsecureOriginIframeDeprecatedNotRemoved"/>
</enum>
<enum name="FetchRequestMode" type="int">

Powered by Google App Engine
This is Rietveld 408576698