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

Unified Diff: device/base/device_monitor_linux.h

Issue 2435673003: Remove unused function DeviceMonitorLinux::GetDeviceFromPath. (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | device/base/device_monitor_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/base/device_monitor_linux.h
diff --git a/device/base/device_monitor_linux.h b/device/base/device_monitor_linux.h
index 72b740badaa175fb7eab4144a5d34dd4a9007bfe..9c48ba5c647751687559d4434973caaf1655ac8d 100644
--- a/device/base/device_monitor_linux.h
+++ b/device/base/device_monitor_linux.h
@@ -6,7 +6,6 @@
#define DEVICE_BASE_DEVICE_MONITOR_LINUX_H_
#include <memory>
-#include <string>
#include "base/compiler_specific.h"
#include "base/files/file_descriptor_watcher_posix.h"
@@ -43,7 +42,6 @@ class DEVICE_BASE_EXPORT DeviceMonitorLinux
void AddObserver(Observer* observer);
void RemoveObserver(Observer* observer);
- ScopedUdevDevicePtr GetDeviceFromPath(const std::string& path);
void Enumerate(const EnumerateCallback& callback);
// Implements base::MessageLoop::DestructionObserver
« no previous file with comments | « no previous file | device/base/device_monitor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698