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

Unified Diff: chrome/browser/media_galleries/media_galleries_histograms.h

Issue 1695563002: Media Galleries Partial Deprecation: Remove scan functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/media_galleries/media_galleries_histograms.h
diff --git a/chrome/browser/media_galleries/media_galleries_histograms.h b/chrome/browser/media_galleries/media_galleries_histograms.h
index 583a2b29e76608da58f0c78f0d957be1a79a10c8..0b106cb0e037def734995ff70abbe15610393f44 100644
--- a/chrome/browser/media_galleries/media_galleries_histograms.h
+++ b/chrome/browser/media_galleries/media_galleries_histograms.h
@@ -22,13 +22,13 @@ enum MediaGalleriesUsages {
GET_ALL_MEDIA_FILE_SYSTEM_METADATA,
GET_METADATA,
ADD_USER_SELECTED_FOLDER,
- START_MEDIA_SCAN,
- CANCEL_MEDIA_SCAN,
- ADD_SCAN_RESULTS,
- SCAN_FINISHED,
- ADD_SCAN_RESULTS_CANCELLED,
- ADD_SCAN_RESULTS_ACCEPTED,
- ADD_SCAN_RESULTS_FORGET_GALLERY,
+ DELETED_START_MEDIA_SCAN,
+ DELETED_CANCEL_MEDIA_SCAN,
+ DELETED_ADD_SCAN_RESULTS,
+ DELETED_SCAN_FINISHED,
+ DELETED_ADD_SCAN_RESULTS_CANCELLED,
+ DELETED_ADD_SCAN_RESULTS_ACCEPTED,
+ DELETED_ADD_SCAN_RESULTS_FORGET_GALLERY,
DIALOG_FORGET_GALLERY,
DROP_PERMISSION_FOR_MEDIA_FILE_SYSTEM,
GET_ALL_GALLERY_WATCH,

Powered by Google App Engine
This is Rietveld 408576698