| Index: chrome/browser/usb/usb_device.h
|
| diff --git a/chrome/browser/usb/usb_device.h b/chrome/browser/usb/usb_device.h
|
| index d89f679792fb7d22dd54e619db3d745debe5f2af..a8bd0a3240cec81252ca3afc17ea30948153d393 100644
|
| --- a/chrome/browser/usb/usb_device.h
|
| +++ b/chrome/browser/usb/usb_device.h
|
| @@ -73,15 +73,6 @@ class UsbDevice : public base::RefCountedThreadSafe<UsbDevice> {
|
| // Called only be UsbService.
|
| virtual void OnDisconnect();
|
|
|
| -#if defined(OS_CHROMEOS)
|
| - // This method is called when permission broker replied our request.
|
| - // We will simply relay it to FILE thread.
|
| - // |callback| comes first because it will be base::Bind'ed.
|
| - void OnRequestUsbAccessReplied(
|
| - const base::Callback<void(bool success)>& callback,
|
| - bool success);
|
| -#endif // OS_CHROMEOS
|
| -
|
| private:
|
| PlatformUsbDevice platform_device_;
|
| uint16 vendor_id_;
|
|
|