From bb7ec00d9f410f820110a52317587439b3d671e5 Mon Sep 17 00:00:00 2001 From: "gbillock@chromium.org" Date: Fri, 15 Feb 2013 15:08:39 +0000 Subject: [Media Galleries] Add a private ejectDevice method to the extension API. This method receives a deviceId string which is passed to applications in notifications. These methods are expected to move to the system info namespace. R=vandebo@chromium.org,kmadhusu@chromium.org BUG=144499 Review URL: https://chromiumcodereview.appspot.com/12051046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182711 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_tests_unit.gypi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/chrome_tests_unit.gypi') diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi index 4b57133..5ffa22f 100644 --- a/chrome/chrome_tests_unit.gypi +++ b/chrome/chrome_tests_unit.gypi @@ -159,6 +159,8 @@ 'browser/sessions/session_types_test_helper.h', 'browser/ssl/ssl_client_auth_requestor_mock.cc', 'browser/ssl/ssl_client_auth_requestor_mock.h', + 'browser/system_monitor/test_removable_storage_notifications.cc', + 'browser/system_monitor/test_removable_storage_notifications.h', 'browser/ui/browser.h', 'browser/ui/cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm', 'browser/ui/cocoa/run_loop_testing.h', @@ -1186,8 +1188,6 @@ 'browser/system_monitor/test_portable_device_watcher_win.h', 'browser/system_monitor/test_removable_device_notifications_window_win.cc', 'browser/system_monitor/test_removable_device_notifications_window_win.h', - 'browser/system_monitor/test_removable_storage_notifications.cc', - 'browser/system_monitor/test_removable_storage_notifications.h', 'browser/system_monitor/test_volume_mount_watcher_win.cc', 'browser/system_monitor/test_volume_mount_watcher_win.h', 'browser/tab_contents/render_view_context_menu_test_util.cc', -- cgit v1.1