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

Unified Diff: components/storage_monitor/media_storage_util.h

Issue 2834703003: Remove unmapped media galleries histograms. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | components/storage_monitor/media_storage_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor/media_storage_util.h
diff --git a/components/storage_monitor/media_storage_util.h b/components/storage_monitor/media_storage_util.h
index 99c14d660507d01bf87b83cec5d24ff192a0b76d..6b0bb74da2a057913f2a3b0b3de4dc6a6410246e 100644
--- a/components/storage_monitor/media_storage_util.h
+++ b/components/storage_monitor/media_storage_util.h
@@ -50,13 +50,6 @@ class MediaStorageUtil {
// the device is connected.
static base::FilePath FindDevicePathById(const std::string& device_id);
- // Record device information histogram for the given |device_uuid| and
- // |device_label|. |mass_storage| indicates whether the current device is a
- // mass storage device, as defined by IsMassStorageDevice().
- static void RecordDeviceInfoHistogram(bool mass_storage,
- const std::string& device_uuid,
- const base::string16& device_label);
-
// Returns true if the |id| is both a removable device and also
// currently attached.
static bool IsRemovableStorageAttached(const std::string& id);
« no previous file with comments | « no previous file | components/storage_monitor/media_storage_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698