File tree 2 files changed +32
-2
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net
2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -696,7 +696,22 @@ private ReferrerPolicyValues() {}
696
696
* @since 31.0
697
697
*/
698
698
public static final String SEC_CH_UA_BITNESS = "Sec-CH-UA-Bitness" ;
699
-
699
+ /**
700
+ * The HTTP <a
701
+ * href="https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-width">{@code
702
+ * Sec-CH-Viewport-Width}</a> header field name.
703
+ *
704
+ * @since NEXT
705
+ */
706
+ public static final String SEC_CH_VIEWPORT_WIDTH = "Sec-CH-Viewport-Width" ;
707
+ /**
708
+ * The HTTP <a
709
+ * href="https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-height">{@code
710
+ * Sec-CH-Viewport-Height}</a> header field name.
711
+ *
712
+ * @since NEXT
713
+ */
714
+ public static final String SEC_CH_VIEWPORT_HEIGHT = "Sec-CH-Viewport-Height" ;
700
715
/**
701
716
* The HTTP <a href="https://w3c.github.io/webappsec-fetch-metadata/">{@code Sec-Fetch-Dest}</a>
702
717
* header field name.
Original file line number Diff line number Diff line change @@ -696,7 +696,22 @@ private ReferrerPolicyValues() {}
696
696
* @since 31.0
697
697
*/
698
698
public static final String SEC_CH_UA_BITNESS = "Sec-CH-UA-Bitness" ;
699
-
699
+ /**
700
+ * The HTTP <a
701
+ * href="https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-width">{@code
702
+ * Sec-CH-Viewport-Width}</a> header field name.
703
+ *
704
+ * @since NEXT
705
+ */
706
+ public static final String SEC_CH_VIEWPORT_WIDTH = "Sec-CH-Viewport-Width" ;
707
+ /**
708
+ * The HTTP <a
709
+ * href="https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-height">{@code
710
+ * Sec-CH-Viewport-Height}</a> header field name.
711
+ *
712
+ * @since NEXT
713
+ */
714
+ public static final String SEC_CH_VIEWPORT_HEIGHT = "Sec-CH-Viewport-Height" ;
700
715
/**
701
716
* The HTTP <a href="https://w3c.github.io/webappsec-fetch-metadata/">{@code Sec-Fetch-Dest}</a>
702
717
* header field name.
You can’t perform that action at this time.
0 commit comments