From 4c00833c575e68573668b7bcc9cf454d1ba70021 Mon Sep 17 00:00:00 2001 From: "paulg@google.com" <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> Date: Tue, 13 Jan 2009 17:48:33 +0000 Subject: Pass the test case name to the browser process in order to simplify parsing the Purify error output from the ui_tests. Review URL: http://codereview.chromium.org/17373 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7940 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_switches.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/common/chrome_switches.h') diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index fe9478b..acd84a7 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -139,6 +139,8 @@ extern const wchar_t kEnableRendererAccessibility[]; extern const wchar_t kEnableVideo[]; +extern const wchar_t kTestName[]; + } // namespace switches #endif // CHROME_COMMON_CHROME_SWITCHES_H__ -- cgit v1.1