Commit 158f5fac authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Commit Bot

Removing Unified consent flag description

Removing Unified consent flag description.
Related to:
crrev.com/c/1866513

Bug: 951313, 1015805
Change-Id: I5f42081038b0176e3d55d1935f0592688dd05cb2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1813507
Auto-Submit: Jérôme Lebel <jlebel@chromium.org>
Reviewed-by: default avatarMihai Sardarescu <msarda@chromium.org>
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709062}
parent eb9eb9b1
...@@ -2077,7 +2077,6 @@ jumbo_static_library("browser") { ...@@ -2077,7 +2077,6 @@ jumbo_static_library("browser") {
"//components/ui_devtools", "//components/ui_devtools",
"//components/ukm:observers", "//components/ukm:observers",
"//components/undo", "//components/undo",
"//components/unified_consent",
"//components/update_client", "//components/update_client",
"//components/update_client:common_impl", "//components/update_client:common_impl",
"//components/upload_list", "//components/upload_list",
......
...@@ -2172,12 +2172,6 @@ const char kUnexpireFlagsM76Description[] = ...@@ -2172,12 +2172,6 @@ const char kUnexpireFlagsM76Description[] =
"Temporarily unexpire flags that are expired as of M76. These flags will " "Temporarily unexpire flags that are expired as of M76. These flags will "
"be removed soon."; "be removed soon.";
const char kUnifiedConsentName[] = "Unified Consent";
const char kUnifiedConsentDescription[] =
"Enables a unified management of user consent for privacy-related "
"features. This includes new confirmation screens and improved settings "
"pages.";
const char kUnsafeWebGPUName[] = "Unsafe WebGPU"; const char kUnsafeWebGPUName[] = "Unsafe WebGPU";
const char kUnsafeWebGPUDescription[] = const char kUnsafeWebGPUDescription[] =
"Enables access to the experimental WebGPU API. Warning: As GPU sanboxing " "Enables access to the experimental WebGPU API. Warning: As GPU sanboxing "
......
...@@ -1273,9 +1273,6 @@ extern const char kTurnOffStreamingMediaCachingDescription[]; ...@@ -1273,9 +1273,6 @@ extern const char kTurnOffStreamingMediaCachingDescription[];
extern const char kUnexpireFlagsM76Name[]; extern const char kUnexpireFlagsM76Name[];
extern const char kUnexpireFlagsM76Description[]; extern const char kUnexpireFlagsM76Description[];
extern const char kUnifiedConsentName[];
extern const char kUnifiedConsentDescription[];
extern const char kUnsafeWebGPUName[]; extern const char kUnsafeWebGPUName[];
extern const char kUnsafeWebGPUDescription[]; extern const char kUnsafeWebGPUDescription[];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment