| Index: content/shell/shell_switches.cc
|
| diff --git a/content/shell/shell_switches.cc b/content/shell/shell_switches.cc
|
| index 09ca6f24560cf5a3f6b523ed4697e264be24d528..35e0c5eb5deba96ca1be8f6b3360c557bd974dd7 100644
|
| --- a/content/shell/shell_switches.cc
|
| +++ b/content/shell/shell_switches.cc
|
| @@ -21,4 +21,7 @@ const char kDumpRenderTree[] = "dump-render-tree";
|
| // Disables the timeout for layout tests.
|
| const char kNoTimeout[] = "no-timeout";
|
|
|
| +// Save results when layout-as-browser tests fail.
|
| +const char kOutputLayoutTestDifferences[] = "output-layout-test-differences";
|
| +
|
| } // namespace switches
|
|
|