Chromium Code Reviews| Index: content/shell/common/shell_switches.cc |
| diff --git a/content/shell/common/shell_switches.cc b/content/shell/common/shell_switches.cc |
| index 25c1070e4eb7b197f1f999ee0bb7de8fa6665bad..a1252440a0aac8481bcd86c4e5cfc6686f103b4e 100644 |
| --- a/content/shell/common/shell_switches.cc |
| +++ b/content/shell/common/shell_switches.cc |
| @@ -28,10 +28,6 @@ const char kCrashDumpsDir[] = "crash-dumps-dir"; |
| // causes the leak detector to cause immediate crash when found leak. |
| const char kCrashOnFailure[] = "crash-on-failure"; |
| -// When run-layout-test is enabled, this causes the line box tree for |
| -// each LayoutBlockFlow to be dumped as well. |
| -const char kDumpLineBoxTrees[] = "dump-line-box-trees"; |
|
jochen (gone - plz use gerrit)
2016/03/04 12:34:14
maybe we should factor out layout_test switches in
|
| - |
| // Enable accelerated 2D canvas. |
| const char kEnableAccelerated2DCanvas[] = "enable-accelerated-2d-canvas"; |