Add about flags entry for heavy ad intervention
This CL adds a chrome://flags entry for the heavy ad intervention. There
is an additional option provided to enable the intervention without
mitigations for debugging purposes.
Bug: 1012293
Change-Id: I70dee3ec0f8d22bf4032bf03ac713e21320ff430
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1854169
Commit-Queue: John Delaney <[email protected]>
Reviewed-by: Charlie Harrison <[email protected]>
Cr-Commit-Position: refs/heads/master@{#709912}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index de67c11..baea964 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -703,6 +703,12 @@
extern const char kHarfbuzzRendertextName[];
extern const char kHarfbuzzRendertextDescription[];
+extern const char kHeavyAdPrivacyMitigationsOptOutName[];
+extern const char kHeavyAdPrivacyMitigationsOptOutDescription[];
+
+extern const char kHeavyAdInterventionName[];
+extern const char kHeavyAdInterventionDescription[];
+
extern const char kHorizontalTabSwitcherAndroidName[];
extern const char kHorizontalTabSwitcherAndroidDescription[];