Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index d2a1f7898eafc7fe6d743ff7961791280c97bcbc..0241eb9698f477dfd1157737927aff250145451b 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -122,6 +122,10 @@ const base::Feature kSpeculativeLaunchServiceWorker{ |
const base::Feature kStaleWhileRevalidate{"StaleWhileRevalidate2", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Crashes the Renderer if the Browser doesn't ack the swap within a threshold. |
+const base::Feature kSwapAckWatchdog{"SwapAckWatchdog", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// Enables token binding |
// (https://www.ietf.org/id/draft-ietf-tokbind-protocol-04.txt). |
const base::Feature kTokenBinding{"token-binding", |