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

Unified Diff: extensions/browser/api/hid/hid_api.h

Issue 1990173002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | extensions/browser/api/networking_private/networking_private_delegate_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/hid/hid_api.h
diff --git a/extensions/browser/api/hid/hid_api.h b/extensions/browser/api/hid/hid_api.h
index f93e2cae8083e22fa543b2d2222168aae75efea4..095a05b77b45ffa6043c7a40e6e9b63f7383fa47 100644
--- a/extensions/browser/api/hid/hid_api.h
+++ b/extensions/browser/api/hid/hid_api.h
@@ -65,7 +65,6 @@ class HidGetUserSelectedDevicesFunction : public UIThreadExtensionFunction {
void OnDevicesChosen(
const std::vector<scoped_refptr<device::HidDeviceInfo>>& devices);
- HidDeviceManager* device_manager_;
std::unique_ptr<DevicePermissionsPrompt> prompt_;
DISALLOW_COPY_AND_ASSIGN(HidGetUserSelectedDevicesFunction);
« no previous file with comments | « no previous file | extensions/browser/api/networking_private/networking_private_delegate_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698