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

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

Issue 1283613005: Add networkingPrivate.getThirdPartyVpnProviderList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_515987_cr_network_list
Patch Set: Rebase 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 526cb57dbb41c4042c291f989aec1c4b980f1504..cb9c596cec0e913a572e1dbe9d4a1bcd809c8cdc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56173,6 +56173,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="373" label="WEB_VIEW_INTERNAL_ON_UNRESPONSIVE"/>
<int value="374" label="WEB_VIEW_INTERNAL_ON_ZOOM_CHANGE"/>
<int value="375" label="GUEST_VIEW_INTERNAL_ON_RESIZE"/>
+ <int value="376"
+ label="NETWORKING_PRIVATE_ON_THIRD_PARTY_VPN_PROVIDERS_CHANGED"/>
</enum>
<enum name="ExtensionFileWriteResult" type="int">
@@ -57291,6 +57293,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1072" label="NETWORKINGPRIVATE_UNLOCKCELLULARSIM"/>
<int value="1073" label="NETWORKINGPRIVATE_SETCELLULARSIMSTATE"/>
<int value="1074" label="ENTERPRISE_DEVICEATTRIBUTES_GETDIRECTORYDEVICEID"/>
+ <int value="1075" label="NETWORKINGPRIVATE_GETTHIRDPARTYVPNPROVIDERS"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698