Index: chrome/test/test_switches.cc |
diff --git a/chrome/test/test_switches.cc b/chrome/test/test_switches.cc |
index be4e34dfb24c176d3c3eabd401341fcf0eb5b02e..a92d476404645aa91a0e6a45156490d1649d5bc5 100644 |
--- a/chrome/test/test_switches.cc |
+++ b/chrome/test/test_switches.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -7,6 +7,9 @@ |
// Extra flags that the test should pass to launched browser process. |
const char switches::kExtraChromeFlags[] = "extra-chrome-flags"; |
+// Enable Chromium branding of the executable. |
+const char switches::kEnableChromiumBranding[] = "enable-chromium-branding"; |
+ |
// Enable displaying error dialogs (for debugging). |
const char switches::kEnableErrorDialogs[] = "enable-errdialogs"; |