File tree 4 files changed +16
-0
lines changed
guava/src/com/google/common/net
guava-tests/test/com/google/common/net
guava/src/com/google/common/net
guava-tests/test/com/google/common/net
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public void testConstantNameMatchesString() throws Exception {
40
40
.put ("CDN_LOOP" , "CDN-Loop" )
41
41
.put ("ETAG" , "ETag" )
42
42
.put ("SOURCE_MAP" , "SourceMap" )
43
+ .put ("SEC_CH_UA_WOW64" , "Sec-CH-UA-WoW64" )
43
44
.put ("SEC_WEBSOCKET_ACCEPT" , "Sec-WebSocket-Accept" )
44
45
.put ("SEC_WEBSOCKET_EXTENSIONS" , "Sec-WebSocket-Extensions" )
45
46
.put ("SEC_WEBSOCKET_KEY" , "Sec-WebSocket-Key" )
Original file line number Diff line number Diff line change @@ -699,6 +699,13 @@ private ReferrerPolicyValues() {}
699
699
* @since 30.0
700
700
*/
701
701
public static final String SEC_CH_UA_MOBILE = "Sec-CH-UA-Mobile" ;
702
+ /**
703
+ * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-wow64">{@code
704
+ * Sec-CH-UA-WoW64}</a> header field name.
705
+ *
706
+ * @since NEXT
707
+ */
708
+ public static final String SEC_CH_UA_WOW64 = "Sec-CH-UA-WoW64" ;
702
709
/**
703
710
* The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-bitness">{@code
704
711
* Sec-CH-UA-Bitness}</a> header field name.
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public void testConstantNameMatchesString() throws Exception {
40
40
.put ("CDN_LOOP" , "CDN-Loop" )
41
41
.put ("ETAG" , "ETag" )
42
42
.put ("SOURCE_MAP" , "SourceMap" )
43
+ .put ("SEC_CH_UA_WOW64" , "Sec-CH-UA-WoW64" )
43
44
.put ("SEC_WEBSOCKET_ACCEPT" , "Sec-WebSocket-Accept" )
44
45
.put ("SEC_WEBSOCKET_EXTENSIONS" , "Sec-WebSocket-Extensions" )
45
46
.put ("SEC_WEBSOCKET_KEY" , "Sec-WebSocket-Key" )
Original file line number Diff line number Diff line change @@ -699,6 +699,13 @@ private ReferrerPolicyValues() {}
699
699
* @since 30.0
700
700
*/
701
701
public static final String SEC_CH_UA_MOBILE = "Sec-CH-UA-Mobile" ;
702
+ /**
703
+ * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-wow64">{@code
704
+ * Sec-CH-UA-WoW64}</a> header field name.
705
+ *
706
+ * @since NEXT
707
+ */
708
+ public static final String SEC_CH_UA_WOW64 = "Sec-CH-UA-WoW64" ;
702
709
/**
703
710
* The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-bitness">{@code
704
711
* Sec-CH-UA-Bitness}</a> header field name.
You can’t perform that action at this time.
0 commit comments