Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index 4c4ce6ef925bd58e82b49df6728cc0c39c3842cf..88f324b5f6bfef287f6261193aa09a96bb9aac25 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -288,6 +288,11 @@ const base::Feature kTokenBinding{"token-binding", |
const base::Feature kTopDocumentIsolation{"top-document-isolation", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Field trial 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}; |