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

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: Remove the dependency on content/public. Created 4 years, 8 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
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..0c1566bc7ffab2626e76843c76b495905a3461d0 100644
--- a/device/hid/fake_input_service_linux.h
+++ b/device/hid/fake_input_service_linux.h
@@ -22,6 +22,9 @@ class FakeInputServiceLinux : public InputServiceLinux {
void RemoveDeviceForTesting(const std::string& id);
void ClearDeviceList();
achuithb 2016/05/04 22:05:03 Could you add a private: here?
xdai1 2016/05/04 22:25:01 Done.
+ // InputServiceLinux override:
+ void GetDevices(std::vector<InputDeviceInfo>* devices) override;
+
DISALLOW_COPY_AND_ASSIGN(FakeInputServiceLinux);
achuithb 2016/05/04 22:05:04 This isn't right - it needs to be private
};

Powered by Google App Engine
This is Rietveld 408576698