Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(700)

Unified Diff: content/public/common/content_features.cc

Issue 2156933003: cc: Add SwapAck watchdog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to 8 seconds Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/content_features.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « content/public/common/content_features.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698