File tree 2 files changed +24
-2
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net
2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -729,13 +729,24 @@ private ReferrerPolicyValues() {}
729
729
* @since 31.0
730
730
*/
731
731
public static final String SEC_CH_UA_BITNESS = "Sec-CH-UA-Bitness" ;
732
+
732
733
/**
733
734
* The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-form-factor">{@code
734
735
* Sec-CH-UA-Form-Factor}</a> header field name.
735
736
*
737
+ * @deprecated Prefer {@link SEC_CH_UA_FORM_FACTORS}.
736
738
* @since 32.0.0
737
739
*/
738
- public static final String SEC_CH_UA_FORM_FACTOR = "Sec-CH-UA-Form-Factor" ;
740
+ @ Deprecated public static final String SEC_CH_UA_FORM_FACTOR = "Sec-CH-UA-Form-Factor" ;
741
+
742
+ /**
743
+ * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-form-factors">{@code
744
+ * Sec-CH-UA-Form-Factors}</a> header field name.
745
+ *
746
+ * @since NEXT
747
+ */
748
+ public static final String SEC_CH_UA_FORM_FACTORS = "Sec-CH-UA-Form-Factors" ;
749
+
739
750
/**
740
751
* The HTTP <a
741
752
* href="https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-width">{@code
Original file line number Diff line number Diff line change @@ -729,13 +729,24 @@ private ReferrerPolicyValues() {}
729
729
* @since 31.0
730
730
*/
731
731
public static final String SEC_CH_UA_BITNESS = "Sec-CH-UA-Bitness" ;
732
+
732
733
/**
733
734
* The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-form-factor">{@code
734
735
* Sec-CH-UA-Form-Factor}</a> header field name.
735
736
*
737
+ * @deprecated Prefer {@link SEC_CH_UA_FORM_FACTORS}.
736
738
* @since 32.0.0
737
739
*/
738
- public static final String SEC_CH_UA_FORM_FACTOR = "Sec-CH-UA-Form-Factor" ;
740
+ @ Deprecated public static final String SEC_CH_UA_FORM_FACTOR = "Sec-CH-UA-Form-Factor" ;
741
+
742
+ /**
743
+ * The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua-form-factors">{@code
744
+ * Sec-CH-UA-Form-Factors}</a> header field name.
745
+ *
746
+ * @since NEXT
747
+ */
748
+ public static final String SEC_CH_UA_FORM_FACTORS = "Sec-CH-UA-Form-Factors" ;
749
+
739
750
/**
740
751
* The HTTP <a
741
752
* href="https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-width">{@code
You can’t perform that action at this time.
0 commit comments