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

Unified Diff: chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc

Issue 12476026: Disable drive scan on startup to avoid spinning floppy drives (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add DoNothing closure to spawn a thread early Created 7 years, 9 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/storage_monitor/test_volume_mount_watcher_win.cc
diff --git a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc
index 2dedcd8cd3b8dabc5349a0c46460ded9622aa4a4..0167c75d588cd6d8155c6c5a5720eb6a07c921f7 100644
--- a/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc
+++ b/chrome/browser/storage_monitor/test_volume_mount_watcher_win.cc
@@ -149,5 +149,9 @@ bool TestVolumeMountWatcherWin::GetRawDeviceInfo(
total_size_in_bytes);
}
+void TestVolumeMountWatcherWin::ShutdownWorkerPool() {
+ device_info_worker_pool_->Shutdown();
+}
+
} // namespace test
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698