Index: chrome/browser/chromeos/extensions/file_browser_event_router.cc |
=================================================================== |
--- chrome/browser/chromeos/extensions/file_browser_event_router.cc (revision 81745) |
+++ chrome/browser/chromeos/extensions/file_browser_event_router.cc (working copy) |
@@ -144,9 +144,8 @@ |
std::pair<std::string, std::string>(disk->device_path(), |
disk->mount_path())); |
DispatchEvent(disk->mount_path()); |
- // TODO(zelidrag): Find better icon here. |
- ShowDeviceNotification(disk->system_path(), IDR_PAGEINFO_INFO, |
- l10n_util::GetStringUTF16(IDS_REMOVABLE_DEVICE_MOUNTED_MESSAGE)); |
+ HideDeviceNotification(disk->system_path()); |
+ FileManagerDialog::ShowFullTabUrl(profile_, disk->mount_path()); |
achuithb
2011/04/16 00:33:52
How does this compile? You're not including file_m
|
} |
} |
} |