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: extensions/browser/extension_function_histogram_value.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: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index a312c5afa10b2a105a7387f47bb7d0dd69cab363..3b9bf6a89d087c7742d762ee067a0a0d641026b9 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -721,9 +721,9 @@ enum HistogramValue {
DELETED_READINGLISTPRIVATE_ADDENTRY,
DELETED_READINGLISTPRIVATE_REMOVEENTRY,
DELETED_READINGLISTPRIVATE_GETENTRIES,
- MEDIAGALLERIES_STARTMEDIASCAN,
- MEDIAGALLERIES_CANCELMEDIASCAN,
- MEDIAGALLERIES_ADDSCANRESULTS,
+ DELETED_MEDIAGALLERIES_STARTMEDIASCAN,
+ DELETED_MEDIAGALLERIES_CANCELMEDIASCAN,
+ DELETED_MEDIAGALLERIES_ADDSCANRESULTS,
LOGPRIVATE_STARTNETINTERNALSWATCH,
LOGPRIVATE_STOPNETINTERNALSWATCH,
FILEMANAGERPRIVATE_GETPROFILES,

Powered by Google App Engine
This is Rietveld 408576698