// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/base/test_switches.h" namespace switches { // Also emit full event trace logs for successful tests. const char kAlsoEmitSuccessLogs[] = …; // Directory to output JavaScript code coverage. When supplied enables coverage // in selected browser tests. const char kDevtoolsCodeCoverage[] = …; // Show the mean value of histograms that native performance tests // are monitoring. Note that this is only applicable for PerformanceTest // subclasses. const char kPerfTestPrintUmaMeans[] = …; } // namespace switches