File tree 2 files changed +22
-0
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -493,6 +493,17 @@ private ReferrerPolicyValues() {}
493
493
*/
494
494
public static final String X_MOZ = "X-Moz" ;
495
495
496
+ /**
497
+ * The HTTP <a
498
+ * href="https://wicg.github.io/user-preference-media-features-headers/#sec-ch-prefers-color-scheme">{@code
499
+ * Sec-CH-Prefers-Color-Scheme}</a> header field name.
500
+ *
501
+ * <p>This header is experimental.
502
+ *
503
+ * @since NEXT
504
+ */
505
+ public static final String SEC_CH_PREFERS_COLOR_SCHEME = "Sec-CH-Prefers-Color-Scheme" ;
506
+
496
507
/**
497
508
* The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua">{@code Sec-CH-UA}</a>
498
509
* header field name.
Original file line number Diff line number Diff line change @@ -493,6 +493,17 @@ private ReferrerPolicyValues() {}
493
493
*/
494
494
public static final String X_MOZ = "X-Moz" ;
495
495
496
+ /**
497
+ * The HTTP <a
498
+ * href="https://wicg.github.io/user-preference-media-features-headers/#sec-ch-prefers-color-scheme">{@code
499
+ * Sec-CH-Prefers-Color-Scheme}</a> header field name.
500
+ *
501
+ * <p>This header is experimental.
502
+ *
503
+ * @since NEXT
504
+ */
505
+ public static final String SEC_CH_PREFERS_COLOR_SCHEME = "Sec-CH-Prefers-Color-Scheme" ;
506
+
496
507
/**
497
508
* The HTTP <a href="https://wicg.github.io/ua-client-hints/#sec-ch-ua">{@code Sec-CH-UA}</a>
498
509
* header field name.
You can’t perform that action at this time.
0 commit comments