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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1410093008: Introduce chrome.displaySource API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from Antony Created 5 years, 1 month 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/test/data/api_test/display_source/api/manifest.json ('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 c0391ce746481f309281ce7f32ed43f1360beb46..871f71b1a71d686c85399963111f848f45ee1af9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -59400,6 +59400,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="389" label="EASY_UNLOCK_PRIVATE_ON_CONNECTION_STATUS_CHANGED"/>
<int value="390" label="EASY_UNLOCK_PRIVATE_ON_DATA_RECEIVED"/>
<int value="391" label="EASY_UNLOCK_PRIVATE_ON_SEND_COMPLETED"/>
+ <int value="392" label="DISPLAY_SOURCE_ON_SINKS_UPDATED"/>
</enum>
<enum name="ExtensionFileWriteResult" type="int">
@@ -60543,6 +60544,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1095" label="SETTINGSPRIVATE_SETDEFAULTZOOMPERCENTFUNCTION"/>
<int value="1096" label="BLUETOOTHPRIVATE_CONNECT"/>
<int value="1097" label="BLUETOOTHPRIVATE_FORGETDEVICE"/>
+ <int value="1098" label="DISPLAYSOURCE_GETAVAILABLESINKS"/>
+ <int value="1099" label="DISPLAYSOURCE_REQUESTAUTHENTICATION"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/test/data/api_test/display_source/api/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698