Chromium Code Reviews| Index: content/shell/common/layout_test/layout_test_switches.h |
| diff --git a/content/shell/common/layout_test/layout_test_switches.h b/content/shell/common/layout_test/layout_test_switches.h |
| index 3aaf54ca5a1bdf82366e3513f012a1712881af77..c00eefe8684e7a893d39285bebbb741a563af442 100644 |
| --- a/content/shell/common/layout_test/layout_test_switches.h |
| +++ b/content/shell/common/layout_test/layout_test_switches.h |
| @@ -13,6 +13,9 @@ |
| namespace switches { |
| extern const char kAllowExternalPages[]; |
| +extern const char kAndroidStderrPort[]; |
|
Peter Beverloo
2016/12/06 19:24:06
nit: it's common convention for switches that only
jbudorick
2016/12/08 02:04:13
Done.
|
| +extern const char kAndroidStdinPort[]; |
| +extern const char kAndroidStdoutPort[]; |
| extern const char kCheckLayoutTestSysDeps[]; |
| extern const char kCrashOnFailure[]; |
| extern const char kCustomDevToolsFrontend[]; |