| Index: chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.h
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.h b/chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.h
|
| index 185e6a204851ded5c520e964944eb2693baf3a46..8db549d6597ae531a3c17a00750411ba5541cb63 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.h
|
| +++ b/chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.h
|
| @@ -49,9 +49,6 @@ class RemovableStorageProviderMac
|
| // Responds to a disk-appeared event.
|
| static void DiskAppearedCallback(DADiskRef disk, void* context);
|
|
|
| - // Checks whether the disk description in |dict| is a valid removable device.
|
| - static bool DiskIsValidTarget(CFDictionaryRef dict);
|
| -
|
| // A wrapper for DeviceListReadyCallbacks which will delete the wrapper when
|
| // it is fired.
|
| static void ProviderDeleter(RemovableStorageProviderMac* wrapper,
|
|
|