| Index: chrome/browser/storage_monitor/test_volume_mount_watcher_win.h
|
| diff --git a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h
|
| index 3310ffec0fb808b823655af0105cd6747c4ace48..64c0f8d5c44fea93c59cfe6587a7c9036f45b1f5 100644
|
| --- a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h
|
| +++ b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.h
|
| @@ -64,6 +64,10 @@ class TestVolumeMountWatcherWin : public VolumeMountWatcherWin {
|
| bool* removable,
|
| uint64* total_size_in_bytes);
|
|
|
| + // 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_;
|
|
|