Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 1747428ae9ed723e27df0c3ee1f4e105c2d79893..d23e82d0fa4d67c36484b002d54129420d96ad70 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -685,6 +685,10 @@ const char kSandboxIPCProcess[] = "sandbox-ipc"; |
// Defaults to disabled. |
const char kScrollEndEffect[] = "scroll-end-effect"; |
+// Send idle notifications to V8 after commit. |
brettw
2014/08/26 17:48:46
This comment literally duplicates the name of the
ernstm
2014/08/26 18:44:08
Done.
|
+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"; |