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 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Address code review comments and add test cases. Created 4 years 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 2b4c1893ea6f974961797557c45edde4e7ae75ee..58795a767288fc014dab2a5dade183c07111dc3d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -84904,6 +84904,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1151" label="SYSTEM_DISPLAY_TOUCHCALIBRATIONRESET"/>
<int value="1152" label="CERTIFICATEPROVIDER_REQUESTPIN"/>
<int value="1153" label="CERTIFICATEPROVIDER_STOPPINREQUEST"/>
+ <int value="1154" label="CLIPBOARD_SETIMAGEDATA"/>
</enum>
<enum name="ExtensionIconState" type="int">
@@ -85327,6 +85328,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="198" label="kResourcesPrivate"/>
<int value="199" label="kDisplaySource"/>
<int value="200" label="kClipboard"/>
+ <int value="201" label="kClipboardReadWrite"/>
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">

Powered by Google App Engine
This is Rietveld 408576698