From e79a1ffd98bcbba203dcd3cbfaa16f5adc07ba31 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Fri, 29 Dec 2023 15:34:10 -0600 Subject: [PATCH] restore download bubble and storage access api flags --- src/chrome/browser/thorium_flag_entries.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/chrome/browser/thorium_flag_entries.h b/src/chrome/browser/thorium_flag_entries.h index 47306862..a0b43782 100644 --- a/src/chrome/browser/thorium_flag_entries.h +++ b/src/chrome/browser/thorium_flag_entries.h @@ -128,10 +128,19 @@ kOsAll, SINGLE_VALUE_TYPE(switches::kDisableWebSecurity)}, #if !BUILDFLAG(IS_ANDROID) + {"download-bubble", + "Enable/Disable Download Bubble", + "Enable or disable the download bubble. When disabled, the traditional download shelf is used. Thorium flag", + kOsDesktop, FEATURE_VALUE_TYPE(safe_browsing::kDownloadBubble)}, {"media-router", "Enable/Disable Media Router", "Media router is a component responsible for pairing Thorium to devices and endpoints, for streaming and rendering media sources on those devices. This is used, for example, for Cast.", kOsDesktop, FEATURE_VALUE_TYPE(media_router::kMediaRouter)}, + {"storage-access-api", + "Storage Access API", + "Enables the Storage Access API, allowing websites to request storage " + "access when it would otherwise be restricted.", + kOsDesktop, FEATURE_VALUE_TYPE(blink::features::kStorageAccessAPI)}, #endif // BUILDFLAG(IS_ANDROID) {"disable-encryption",