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

Unified Diff: chrome/browser/extensions/api/image_writer_private/removable_storage_provider_mac.h

Issue 294163008: Adds USB writing for OS X. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@list-devices
Patch Set: Creates a location for code shared between browser and utility process. Created 6 years, 6 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/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,

Powered by Google App Engine
This is Rietveld 408576698