Commit 6b7acf0d authored by Tsuyoshi Horo's avatar Tsuyoshi Horo Committed by Commit Bot

Introduce SavePageAsWebBundle feature flag

We will implement "Save page as Web Bundle" feature behind this flag.

Bug: 1040752
Change-Id: Ia898adf1470730116d96d583aa8acce37bfd8d07
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007806Reviewed-by: default avatarKunihiko Sakamoto <ksakamoto@chromium.org>
Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#733509}
parent 5c6c67e7
...@@ -459,6 +459,10 @@ const base::Feature kRunVideoCaptureServiceInBrowserProcess{ ...@@ -459,6 +459,10 @@ const base::Feature kRunVideoCaptureServiceInBrowserProcess{
"RunVideoCaptureServiceInBrowserProcess", "RunVideoCaptureServiceInBrowserProcess",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Enables saving pages as Web Bundle.
const base::Feature kSavePageAsWebBundle{"SavePageAsWebBundle",
base::FEATURE_DISABLED_BY_DEFAULT};
// Make sendBeacon throw for a Blob with a non simple type. // Make sendBeacon throw for a Blob with a non simple type.
const base::Feature kSendBeaconThrowForBlobWithNonSimpleType{ const base::Feature kSendBeaconThrowForBlobWithNonSimpleType{
"SendBeaconThrowForBlobWithNonSimpleType", "SendBeaconThrowForBlobWithNonSimpleType",
......
...@@ -102,6 +102,7 @@ CONTENT_EXPORT extern const base::Feature kRequestUnbufferedDispatch; ...@@ -102,6 +102,7 @@ CONTENT_EXPORT extern const base::Feature kRequestUnbufferedDispatch;
CONTENT_EXPORT extern const base::Feature kResamplingInputEvents; CONTENT_EXPORT extern const base::Feature kResamplingInputEvents;
CONTENT_EXPORT extern const base::Feature CONTENT_EXPORT extern const base::Feature
kRunVideoCaptureServiceInBrowserProcess; kRunVideoCaptureServiceInBrowserProcess;
CONTENT_EXPORT extern const base::Feature kSavePageAsWebBundle;
CONTENT_EXPORT extern const base::Feature CONTENT_EXPORT extern const base::Feature
kSendBeaconThrowForBlobWithNonSimpleType; kSendBeaconThrowForBlobWithNonSimpleType;
CONTENT_EXPORT extern const base::Feature kServiceWorkerLongRunningMessage; CONTENT_EXPORT extern const base::Feature kServiceWorkerLongRunningMessage;
......
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