Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / media_galleries / media_file_system_registry.h
index 9344698..d6d0d16 100644 (file)
@@ -22,6 +22,7 @@
 #include "components/storage_monitor/removable_storage_observer.h"
 
 class ExtensionGalleriesHost;
+class GalleryWatchManager;
 class MediaFileSystemContext;
 class MediaGalleriesPreferences;
 class MediaScanManager;
@@ -95,6 +96,7 @@ class MediaFileSystemRegistry
   MediaGalleriesPreferences* GetPreferences(Profile* profile);
 
   MediaScanManager* media_scan_manager();
+  GalleryWatchManager* gallery_watch_manager();
 
   // RemovableStorageObserver implementation.
   virtual void OnRemovableStorageDetached(
@@ -134,6 +136,7 @@ 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);
 };