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

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

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: API fully up to data (and functional) with respect to API submission, minus image selection API whi… 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 93209b724dee46694d5a3e675ac879e13d7a9ecf..a2692ceb751a5a66e73e56f58ca7dfceaf0cb994 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42713,6 +42713,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="904" label="COPRESENCESOCKET_DISCONNECT"/>
<int value="905" label="BOOKMARKMANAGERPRIVATE_SETVERSION"/>
<int value="906" label="FILESYSTEMPROVIDER_NOTIFY"/>
+ <int value="907" label="DOCUMENT_SCAN_SCAN"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
@@ -42894,6 +42895,12 @@ 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="kIdentityEmail"/>
+ <int value="64" label="kExperienceSamplingPrivate"/>
+ <int value="65" label="kCopresence"/>
+ <int value="66" label="kTopSites"/>
+ <int value="67" label="kU2fDevices"/>
+ <int value="68" label="kDocumentScan"/>
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">
« extensions/common/permissions/api_permission.h ('K') | « extensions/extensions_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698