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

Unified Diff: chrome/browser/usb/usb_chooser_bubble_controller.h

Issue 1842643004: Add --disable-webusb-security flag for testing existing devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed and refactored FindInWebUsbAllowedOrigins. Created 4 years, 9 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 | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/browser/usb/usb_chooser_bubble_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/usb/usb_chooser_bubble_controller.h
diff --git a/chrome/browser/usb/usb_chooser_bubble_controller.h b/chrome/browser/usb/usb_chooser_bubble_controller.h
index 39bfc31d951503724e24b031ec2e453bca8cbb26..8e5799bd9e25ea65bab4e23d5e2d94e482042a08 100644
--- a/chrome/browser/usb/usb_chooser_bubble_controller.h
+++ b/chrome/browser/usb/usb_chooser_bubble_controller.h
@@ -54,6 +54,7 @@ class UsbChooserBubbleController : public ChooserBubbleController,
private:
void GotUsbDeviceList(
const std::vector<scoped_refptr<device::UsbDevice>>& devices);
+ bool DisplayDevice(scoped_refptr<device::UsbDevice> device) const;
content::RenderFrameHost* const render_frame_host_;
device::usb::ChooserService::GetPermissionCallback callback_;
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/browser/usb/usb_chooser_bubble_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698