diff options
Diffstat (limited to 'content/shell/shell_switches.cc')
-rw-r--r-- | content/shell/shell_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/shell/shell_switches.cc b/content/shell/shell_switches.cc index be7f7cd..df50d5e 100644 --- a/content/shell/shell_switches.cc +++ b/content/shell/shell_switches.cc @@ -27,4 +27,7 @@ const char kNoTimeout[] = "no-timeout"; // Save results when layout-as-browser tests fail. const char kOutputLayoutTestDifferences[] = "output-layout-test-differences"; +// Show the content_shell window, even when running in layout test mode. +const char kShowContentShell[] = "show-content-shell"; + } // namespace switches |