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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 880073002: Networking.config: Implementation of the NetworkingConfigService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved & renamed apitest Created 5 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:
Download patch
« no previous file with comments | « extensions/extensions_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 488395dfcb1c70d3baf34e5ef734e0faacd8eede..ea53a307eb5235f64ac8753b3c25f07ae0f3c4e4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47190,6 +47190,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="952" label="FILEMANAGERPRIVATE_SEARCHFILESBYHASHES"/>
<int value="953" label="EASYUNLOCKPRIVATE_SHOWERRORBUBBLE"/>
<int value="954" label="EXTENSIONVIEWINTERNAL_NAVIGATE"/>
+ <int value="955" label="NETWORKING_CONFIG_SETNETWORKFILTER"/>
+ <int value="956" label="NETWORKING_CONFIG_FINISHAUTHENTICATION"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
@@ -47377,6 +47379,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="66" label="kTopSites"/>
<int value="67" label="kU2fDevices"/>
<int value="68" label="kDocumentScan"/>
+ <int value="69" label="kNetworkingConfig"/>
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">
« no previous file with comments | « extensions/extensions_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698