| 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[];
|
| +extern const char kAndroidStdinPort[];
|
| +extern const char kAndroidStdoutPort[];
|
| extern const char kCheckLayoutTestSysDeps[];
|
| extern const char kCrashOnFailure[];
|
| extern const char kCustomDevToolsFrontend[];
|
|
|