Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / file_manager / volume_manager_observer.h
index 4650f96..27f2c87 100644 (file)
@@ -35,16 +35,12 @@ class VolumeManagerObserver {
 
   // Fired when a volume is mounted.
   virtual void OnVolumeMounted(chromeos::MountError error_code,
-                               const VolumeInfo& volume_info,
-                               bool is_remounting) = 0;
+                               const VolumeInfo& volume_info) = 0;
 
   // Fired when a volume is unmounted.
   virtual void OnVolumeUnmounted(chromeos::MountError error_code,
                                  const VolumeInfo& volume_info) = 0;
 
-  // Fired when a device is hard unplugged.
-  virtual void OnHardUnplugged(const std::string& device_path) = 0;
-
   // Fired when formatting a device is started (or failed to start).
   virtual void OnFormatStarted(
       const std::string& device_path, bool success) = 0;