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

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

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_linux.cc
diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.cc b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
index e474b36dc396287f109ed05ab41706f4a9630b8f..bec9f6910b6d27187ad3047426184ee11c13ac62 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
+++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
@@ -506,4 +506,14 @@ void RemovableDeviceNotificationsLinux::AddNewMount(
}
}
+void RemovableDeviceNotificationsLinux::StartWatchingStorage(
+ const FilePath& path) {
+ NOTIMPLEMENTED();
+}
+
+void RemovableDeviceNotificationsLinux::StopWatchingStorage(
+ const FilePath& path) {
+ NOTIMPLEMENTED();
+}
+
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698