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

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 387e6f95bcd16395fd119f5e7959640e74874a41..0bd81a4dccf5a2edc5a472d445ca6a75ae6f2d2d 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