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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IDL indicates multiple images can be returned Created 6 years, 2 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 48805f790f52eecd3b9d68a541348f24dd84d72e..9547c78a03887332acb708e206a491b9ebef33cd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40909,6 +40909,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="881" label="EASYUNLOCKPRIVATE_SETREMOTEDEVICES"/>
<int value="882" label="EASYUNLOCKPRIVATE_GETREMOTEDEVICES"/>
<int value="883" label="FILESYSTEMPROVIDER_GETALL"/>
+ <int value="884" label="DOCUMENT_SCAN_SCAN"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
@@ -41090,6 +41091,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="60" label="kAccessibilityFeaturesModify"/>
<int value="61" label="kAccessibilityFeaturesRead"/>
<int value="62" label="kBluetoothPrivate"/>
+ <int value="63" label="kDocumentScan"/>
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">
« chrome/common/extensions/api/document_scan.idl ('K') | « extensions/extensions_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698