Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 3ecca0a02a43f1e65e2faaaa3e77466e72bc3488..355711881c8f2ae06f9331ee8d7c5a11dca43bbd 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -678,6 +678,10 @@ const char kSandboxIPCProcess[] = "sandbox-ipc"; |
// Defaults to disabled. |
const char kScrollEndEffect[] = "scroll-end-effect"; |
+// Send idle notifications to V8 after commit. |
+const char kSendV8IdleNotificationAfterCommit[] = |
+ "send-v8-idle-notification-after-commit"; |
+ |
// Visibly render a border around paint rects in the web page to help debug |
// and study painting behavior. |
const char kShowPaintRects[] = "show-paint-rects"; |