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

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

Issue 2815003005: Integrate WebUSB with Feature Policy (Closed)
Patch Set: Fixed usb-allowed-by-feature-policy.https.sub.html Created 3 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
Index: chrome/browser/usb/usb_chooser_controller.h
diff --git a/chrome/browser/usb/usb_chooser_controller.h b/chrome/browser/usb/usb_chooser_controller.h
index 4dd1d3d03a4501c5069c5523b32e041260f15824..02611fd9da2838ab73ddcb8f64626f748971c383 100644
--- a/chrome/browser/usb/usb_chooser_controller.h
+++ b/chrome/browser/usb/usb_chooser_controller.h
@@ -66,7 +66,6 @@ class UsbChooserController : public ChooserController,
device::mojom::UsbChooserService::GetPermissionCallback callback_;
GURL requesting_origin_;
GURL embedding_origin_;
- bool is_embedded_frame_;
base::WeakPtr<UsbChooserContext> chooser_context_;
ScopedObserver<device::UsbService, device::UsbService::Observer>

Powered by Google App Engine
This is Rietveld 408576698