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

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

Issue 1695563002: Media Galleries Partial Deprecation: Remove scan functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add idl apitest Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f47f6a8feb182b10fc6e905ee83ae5c6efb3dd5c..ddb593c0c0c12d86357fd79ff460181fc99e6c58 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -73337,13 +73337,14 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="11" label="GetAllMediaFileSystemMetadata API invocations"/>
<int value="12" label="GetMetadata API invocations"/>
<int value="13" label="AddUserSelectedFolder API invocations"/>
- <int value="14" label="StartMediaScan API invocations"/>
- <int value="15" label="CancelMediaScan API invocations"/>
- <int value="16" label="AddScanResults API invocations"/>
- <int value="17" label="A media scan completed"/>
- <int value="18" label="AddScanResults dialog cancelled"/>
- <int value="19" label="AddScanResults dialog accepted"/>
- <int value="20" label="Gallery removed from AddScanResults dialog"/>
+ <int value="14" label="StartMediaScan API invocations (obsolete)"/>
+ <int value="15" label="CancelMediaScan API invocations (obsolete)"/>
+ <int value="16" label="AddScanResults API invocations (obsolete)"/>
+ <int value="17" label="A media scan completed (obsolete)"/>
+ <int value="18" label="AddScanResults dialog cancelled (obsolete)"/>
+ <int value="19" label="AddScanResults dialog accepted (obsolete)"/>
+ <int value="20"
+ label="Gallery removed from AddScanResults dialog (obsolete)"/>
<int value="21" label="Gallery removed from permission dialog"/>
<int value="22" label="DropPermissionForMediaFileSystem API invocations"/>
<int value="23" label="GetAllGalleryWatch API invocations"/>

Powered by Google App Engine
This is Rietveld 408576698