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

Unified Diff: chrome/browser/system_monitor/removable_device_notifications_window_win.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
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_window_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/system_monitor/removable_device_notifications_window_win.cc
diff --git a/chrome/browser/system_monitor/removable_device_notifications_window_win.cc b/chrome/browser/system_monitor/removable_device_notifications_window_win.cc
index 6cd090ee10bad44abc75bd13b7a9817118e7d6f1..cf7ea87ee4045affda8d9636d10ad73eb814713a 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_window_win.cc
+++ b/chrome/browser/system_monitor/removable_device_notifications_window_win.cc
@@ -161,6 +161,16 @@ RemovableDeviceNotificationsWindowWin::ProcessRemovableDeviceAttachedOnUIThread(
path.value());
}
+void RemovableDeviceNotificationsWindowWin::StartWatchingStorage(
+ const FilePath& path) {
+ NOTIMPLEMENTED();
+}
+
+void RemovableDeviceNotificationsWindowWin::StopWatchingStorage(
+ const FilePath& path) {
+ NOTIMPLEMENTED();
+}
+
LRESULT CALLBACK RemovableDeviceNotificationsWindowWin::WndProc(
HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
switch (message) {
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_window_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698