| Index: chrome/browser/usb/usb_tab_helper.h
|
| diff --git a/chrome/browser/usb/usb_tab_helper.h b/chrome/browser/usb/usb_tab_helper.h
|
| index 6a9a361140dc7c5ec85d1941fe43c2b6dd6c05ea..ceefd7f6101c723bc7a8e1f546dc8c75b6809696 100644
|
| --- a/chrome/browser/usb/usb_tab_helper.h
|
| +++ b/chrome/browser/usb/usb_tab_helper.h
|
| @@ -68,6 +68,9 @@ class UsbTabHelper : public content::WebContentsObserver,
|
|
|
| void NotifyTabStateChanged() const;
|
|
|
| + bool AllowedByFeaturePolicy(
|
| + content::RenderFrameHost* render_frame_host) const;
|
| +
|
| FrameUsbServicesMap frame_usb_services_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UsbTabHelper);
|
|
|