| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index bdc9f566b95ba52165f64008909ab68bef3a49f5..518316719a585043c5444986107212204a17a288 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -681,6 +681,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";
|
|
|