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

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

Issue 10939024: Clean up: Omit default constructor in RemoveableDeviceNotificationsLinux::MountPointInfo struct. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_linux.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/system_monitor/removable_device_notifications_linux.cc
diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.cc b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
index c6b56de239b305b69fe641893471c719c515e05f..a83fec80a2b5e28d4e5d454c9822d2836bdec318 100644
--- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
+++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
@@ -231,9 +231,6 @@ void GetDeviceInfo(const FilePath& device_path, std::string* unique_id,
} // namespace
-RemovableDeviceNotificationsLinux::MountPointInfo::MountPointInfo() {
-}
-
RemovableDeviceNotificationsLinux::RemovableDeviceNotificationsLinux(
const FilePath& path)
: initialized_(false),
« no previous file with comments | « chrome/browser/system_monitor/removable_device_notifications_linux.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698