Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index 7f741009aed056a76e6a8628829472e4b84391dc..e59eba33f11f8b095ec4ca471a0a671422fde488 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -277,6 +277,11 @@ const base::Feature kTokenBinding{"token-binding", |
const base::Feature kTopDocumentIsolation{"top-document-isolation", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Finch Experiment Param (see base::GetFieldTrialParamValueByFeature) |
+// controlling the mode for selecting which subframes end in the TDI process. |
+// Valid values are integers from the TopDocumentIsolationMode enum. |
+const char kTopDocumentIsolationModeParam[] = "mode"; |
+ |
// Enables touchpad and wheel scroll latching. |
const base::Feature kTouchpadAndWheelScrollLatching{ |
"TouchpadAndWheelScrollLatching", base::FEATURE_DISABLED_BY_DEFAULT}; |