| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index dfdf5c3ec9738afbe0d9f7b0781d46cd154ca28c..0d1e9fe65b5d8994d90a526be42e8249468d88ef 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -99,6 +99,11 @@ const base::Feature kTabStripKeyboardFocus{"TabStripKeyboardFocus",
|
|
|
| const base::Feature kTabsInCbd{"TabsInCBD", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +// Whether to capture page thumbnails when the page load finishes (in addition
|
| +// to any other times this might happen).
|
| +const base::Feature kCaptureThumbnailOnLoadFinished{
|
| + "CaptureThumbnailOnLoadFinished", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Whether to trigger app banner installability checks on page load.
|
| const base::Feature kCheckInstallabilityForBannerOnLoad{
|
| "CheckInstallabilityForBannerOnLoad", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|