| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 067ebfb11c3091749b641bbd70a30ffee631c4a3..f8c1a19bc1f4e050c034951564767c6fbfe8b9b5 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -14,6 +14,11 @@ const base::Feature kAutomaticTabDiscarding{"AutomaticTabDiscarding",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
| +// Fixes for browser hang bugs are deployed in a field trial in order to measure
|
| +// their impact. See crbug.com/478209.
|
| +const base::Feature kBrowserHangFixesExperiment{
|
| + "BrowserHangFixesExperiment", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +
|
| // Enables Expect CT reporting, which sends reports for opted-in sites
|
| // that don't serve sufficient Certificate Transparency information.
|
| const base::Feature kExpectCTReporting{"ExpectCTReporting",
|
|
|