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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_linux.h

Issue 10911234: Update Windows System Monitor Removable Device Impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win compile Created 8 years, 3 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/system_monitor/removable_device_notifications_linux.h
diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.h b/chrome/browser/system_monitor/removable_device_notifications_linux.h
index 4f8ea0b3d39ba7c220ba165bf31f78f0c6a0b824..a40401382094b351fc431c649fc0bb1148dbbcb6 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_linux.h
+++ b/chrome/browser/system_monitor/removable_device_notifications_linux.h
@@ -47,9 +47,6 @@ class RemovableDeviceNotificationsLinux
// Must be called for RemovableDeviceNotificationsLinux to work.
void Init();
- // Use |device_id| to find and return where the device is mounted.
- FilePath GetDeviceMountPoint(const std::string& device_id) const;
-
// Finds the device that contains |path| and populates |device_info|.
// Returns false if unable to find the device.
bool GetDeviceInfoForPath(

Powered by Google App Engine
This is Rietveld 408576698