| Index: components/storage_monitor/test_volume_mount_watcher_win.h
|
| diff --git a/components/storage_monitor/test_volume_mount_watcher_win.h b/components/storage_monitor/test_volume_mount_watcher_win.h
|
| index 267d096078058d3828c4c45675f38f3348568487..5191997f512131f0bb1b0b80fcad695b1c746df6 100644
|
| --- a/components/storage_monitor/test_volume_mount_watcher_win.h
|
| +++ b/components/storage_monitor/test_volume_mount_watcher_win.h
|
| @@ -53,10 +53,6 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin {
|
| virtual GetDeviceDetailsCallbackType
|
| GetDeviceDetailsCallback() const override;
|
|
|
| - // Should be used by unit tests to make sure the worker pool doesn't survive
|
| - // into other test runs.
|
| - void ShutdownWorkerPool();
|
| -
|
| private:
|
| std::vector<base::FilePath> devices_checked_;
|
| scoped_ptr<base::WaitableEvent> device_check_complete_event_;
|
|
|