summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 17:48:33 +0000
committerpaulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-13 17:48:33 +0000
commit4c00833c575e68573668b7bcc9cf454d1ba70021 (patch)
tree7b4adfada5cd203fb04f9bc0842365d999b3bbce /chrome/common/chrome_switches.cc
parentc78566309f95a11cd5253e1cac681038d9885f21 (diff)
downloadchromium_src-4c00833c575e68573668b7bcc9cf454d1ba70021.zip
chromium_src-4c00833c575e68573668b7bcc9cf454d1ba70021.tar.gz
chromium_src-4c00833c575e68573668b7bcc9cf454d1ba70021.tar.bz2
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
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cdf8e3c..cc390da 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -353,4 +353,7 @@ const wchar_t kEnableRendererAccessibility[] = L"enable-renderer-accessibility";
// Enable HTML5 Video/Audio tag support
const wchar_t kEnableVideo[] = L"enable-video";
+// Pass the name of the current running automated test to Chrome.
+const wchar_t kTestName[] = L"test-name";
+
} // namespace switches