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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_mac.mm

Issue 10917166: Extend the capability of SystemMonitor to support watching storage free space change (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update and add unit test 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_mac.mm
diff --git a/chrome/browser/system_monitor/removable_device_notifications_mac.mm b/chrome/browser/system_monitor/removable_device_notifications_mac.mm
index 85455e6a9ee9605c431db01c8093148700b868b0..13a55fc3889ac79fba6e8a706e2ef5ef7141c80e 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_mac.mm
+++ b/chrome/browser/system_monitor/removable_device_notifications_mac.mm
@@ -125,6 +125,16 @@ bool RemovableDeviceNotificationsMac::GetDeviceInfoForPath(
return false;
}
+void RemovableDeviceNotificationsMac::StartWatchingStorage(
+ const FilePath& path) {
+ NOTIMPLEMENTED();
+}
+
+void RemovableDeviceNotificationsMac::StopWatchingStorage(
+ const FilePath& path) {
+ NOTIMPLEMENTED();
+}
+
// static
void RemovableDeviceNotificationsMac::DiskAppearedCallback(
DADiskRef disk,

Powered by Google App Engine
This is Rietveld 408576698