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

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

Issue 12147002: Add a receiver interface to RemovableStorageNotifications. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merging Created 7 years, 10 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_window_win_unittest.cc
diff --git a/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc b/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc
index b5590bbf65e35bf85ade5492bfadec3764eac96f..e498281b6221bfc4ec26d56871a0ed31ed79c89a 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc
+++ b/chrome/browser/system_monitor/removable_device_notifications_window_win_unittest.cc
@@ -100,7 +100,6 @@ void RemovableDeviceNotificationsWindowWinTest::TearDown() {
window_->RemoveObserver(&observer_);
}
-
void RemovableDeviceNotificationsWindowWinTest::PreAttachDevices() {
window_.reset();
volume_mount_watcher_ = new TestVolumeMountWatcherWin;

Powered by Google App Engine
This is Rietveld 408576698