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

Unified Diff: device/hid/fake_input_service_linux.h

Issue 1942883003: [Chrome OS Bootstrapping]: Do not always power off the Bluetooth adapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address achuith@'s comments. Created 4 years, 7 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 | « components/pairing/shark_connection_listener.cc ('k') | device/hid/fake_input_service_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/fake_input_service_linux.h
diff --git a/device/hid/fake_input_service_linux.h b/device/hid/fake_input_service_linux.h
index f4fe8d716b089ad0f093852efc505feb9c21cada..46beeeed83bce385e214674cdbb9d1efb38886f9 100644
--- a/device/hid/fake_input_service_linux.h
+++ b/device/hid/fake_input_service_linux.h
@@ -13,7 +13,6 @@
namespace device {
class FakeInputServiceLinux : public InputServiceLinux {
-
public:
FakeInputServiceLinux();
~FakeInputServiceLinux() override;
@@ -22,6 +21,10 @@ class FakeInputServiceLinux : public InputServiceLinux {
void RemoveDeviceForTesting(const std::string& id);
void ClearDeviceList();
+ private:
+ // InputServiceLinux override:
+ void GetDevices(std::vector<InputDeviceInfo>* devices) override;
+
DISALLOW_COPY_AND_ASSIGN(FakeInputServiceLinux);
};
« no previous file with comments | « components/pairing/shark_connection_listener.cc ('k') | device/hid/fake_input_service_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698