| Index: chrome/test/base/test_switches.cc
|
| diff --git a/chrome/test/base/test_switches.cc b/chrome/test/base/test_switches.cc
|
| index 86d498870b053d53935b43c9d92ebb611bd0d6fa..b1b16ac4a581b7aff7358405d521a17cd2bda670 100644
|
| --- a/chrome/test/base/test_switches.cc
|
| +++ b/chrome/test/base/test_switches.cc
|
| @@ -9,9 +9,6 @@ namespace switches {
|
| // Also emit full event trace logs for successful tests.
|
| const char kAlsoEmitSuccessLogs[] = "also-emit-success-logs";
|
|
|
| -// Enable Chromium branding of the executable.
|
| -const char kEnableChromiumBranding[] = "enable-chromium-branding";
|
| -
|
| // Enable displaying error dialogs (for debugging).
|
| const char kEnableErrorDialogs[] = "enable-errdialogs";
|
|
|
|
|