| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 7cd2d31c48529d133fbdc28cee691ee9e226806e..521c203616d61a5d5e691f6373993e871f4cb976 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};
|
|
|