File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
guava-tests/test/com/google/common/net
guava/src/com/google/common/net
guava-tests/test/com/google/common/net
guava/src/com/google/common/net Expand file tree Collapse file tree 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 {
4040 .put ("CDN_LOOP" , "CDN-Loop" )
4141 .put ("ETAG" , "ETag" )
4242 .put ("SOURCE_MAP" , "SourceMap" )
43+ .put ("SEC_CH_UA_WOW64" , "Sec-CH-UA-WoW64" )
4344 .put ("SEC_WEBSOCKET_ACCEPT" , "Sec-WebSocket-Accept" )
4445 .put ("SEC_WEBSOCKET_EXTENSIONS" , "Sec-WebSocket-Extensions" )
4546 .put ("SEC_WEBSOCKET_KEY" , "Sec-WebSocket-Key" )
Original file line number Diff line number Diff line change @@ -699,6 +699,13 @@ private ReferrerPolicyValues() {}
699699 * @since 30.0
700700 */
701701 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" ;
702709 /**
703710 * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-bitness">{@code
704711 * 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 {
4040 .put ("CDN_LOOP" , "CDN-Loop" )
4141 .put ("ETAG" , "ETag" )
4242 .put ("SOURCE_MAP" , "SourceMap" )
43+ .put ("SEC_CH_UA_WOW64" , "Sec-CH-UA-WoW64" )
4344 .put ("SEC_WEBSOCKET_ACCEPT" , "Sec-WebSocket-Accept" )
4445 .put ("SEC_WEBSOCKET_EXTENSIONS" , "Sec-WebSocket-Extensions" )
4546 .put ("SEC_WEBSOCKET_KEY" , "Sec-WebSocket-Key" )
Original file line number Diff line number Diff line change @@ -699,6 +699,13 @@ private ReferrerPolicyValues() {}
699699 * @since 30.0
700700 */
701701 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" ;
702709 /**
703710 * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-bitness">{@code
704711 * Sec-CH-UA-Bitness}</a> header field name.
You can’t perform that action at this time.
0 commit comments