| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 61abc4c310854a34da40e190418100c261be3b86..b6738b2b21c8a3d20935b67e63b8d689b54683ca 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -1942,6 +1942,10 @@ const FeatureEntry kFeatureEntries[] = {
|
| flag_descriptions::kEnableDataReductionProxyLitePageDescription, kOsAll,
|
| SINGLE_VALUE_TYPE(
|
| data_reduction_proxy::switches::kEnableDataReductionProxyLitePage)},
|
| + {"enable-stale-previews-timestamp",
|
| + flag_descriptions::kEnableStalePreviewsName,
|
| + flag_descriptions::kEnableStalePreviewsDescription, kOsAll,
|
| + FEATURE_VALUE_TYPE(previews::features::kStalePreviewsTimestamp)},
|
| {"enable-data-reduction-proxy-server-experiment",
|
| flag_descriptions::kEnableDataReductionProxyServerExperimentName,
|
| flag_descriptions::kEnableDataReductionProxyServerExperimentDescription,
|
|
|