| Index: third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| diff --git a/third_party/WebKit/public/platform/WebFeaturePolicy.h b/third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| index 95ac512c6c138fee5c262e6d9c6c13c7841ec0e6..13d8526425deccb5830d19998471d0ec35845ae6 100644
|
| --- a/third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| +++ b/third_party/WebKit/public/platform/WebFeaturePolicy.h
|
| @@ -54,7 +54,9 @@ enum class WebFeaturePolicyFeature {
|
| kSyncXHR,
|
| // Controls access to RTCPeerConnection interface.
|
| kWebRTC,
|
| - LAST_FEATURE = kWebRTC
|
| + // Controls access to the WebUSB API.
|
| + kUsb,
|
| + LAST_FEATURE = kUsb
|
| };
|
|
|
| struct BLINK_PLATFORM_EXPORT WebParsedFeaturePolicyDeclaration {
|
|
|