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

Unified Diff: chrome/browser/media_galleries/media_file_system_registry.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_file_system_registry.h
diff --git a/chrome/browser/media_galleries/media_file_system_registry.h b/chrome/browser/media_galleries/media_file_system_registry.h
index 225d24d5c511ad29a33f6a78ac1392da3105db18..4b508e79e598fd9c208a8f85286dbedcfeaf696e 100644
--- a/chrome/browser/media_galleries/media_file_system_registry.h
+++ b/chrome/browser/media_galleries/media_file_system_registry.h
@@ -26,7 +26,6 @@ class ExtensionGalleriesHost;
class GalleryWatchManager;
class MediaFileSystemContext;
class MediaGalleriesPreferences;
-class MediaScanManager;
class Profile;
namespace content {
@@ -97,7 +96,6 @@ class MediaFileSystemRegistry
// before use.
MediaGalleriesPreferences* GetPreferences(Profile* profile);
- MediaScanManager* media_scan_manager();
GalleryWatchManager* gallery_watch_manager();
// RemovableStorageObserver implementation.
@@ -147,7 +145,6 @@ class MediaFileSystemRegistry
scoped_ptr<MediaFileSystemContext> file_system_context_;
- scoped_ptr<MediaScanManager> media_scan_manager_;
scoped_ptr<GalleryWatchManager> gallery_watch_manager_;
DISALLOW_COPY_AND_ASSIGN(MediaFileSystemRegistry);

Powered by Google App Engine
This is Rietveld 408576698