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

Unified Diff: extensions/browser/api/usb/usb_api.h

Issue 562763002: Convert device::UsbConfigDescriptor and friends to structs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add interface and endpoint descriptor iterator typedefs. Created 6 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 | « device/usb/usb_interface_impl.cc ('k') | extensions/browser/api/usb/usb_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/usb/usb_api.h
diff --git a/extensions/browser/api/usb/usb_api.h b/extensions/browser/api/usb/usb_api.h
index fd02d8087d71270f3f2460b953d7c4f1c5a82918..2a0a6eff937bc6212e1e5e3c2c3cce0b90af25d7 100644
--- a/extensions/browser/api/usb/usb_api.h
+++ b/extensions/browser/api/usb/usb_api.h
@@ -168,7 +168,6 @@ class UsbListInterfacesFunction : public UsbAsyncApiFunction {
bool ConvertUsageTypeSafely(const device::UsbUsageType& input,
extensions::core_api::usb::UsageType* output);
- scoped_ptr<base::ListValue> result_;
scoped_ptr<extensions::core_api::usb::ListInterfaces::Params> parameters_;
};
« no previous file with comments | « device/usb/usb_interface_impl.cc ('k') | extensions/browser/api/usb/usb_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698