blob: b1b16ac4a581b7aff7358405d521a17cd2bda670 [file] [log] [blame]
// Copyright (c) 2012 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.
#include "chrome/test/base/test_switches.h"
namespace switches {
// Also emit full event trace logs for successful tests.
const char kAlsoEmitSuccessLogs[] = "also-emit-success-logs";
// Enable displaying error dialogs (for debugging).
const char kEnableErrorDialogs[] = "enable-errdialogs";
#if defined(OS_WIN)
// Force browser tests to run in Ash/Metro on Windows 8.
const char kAshBrowserTests[] = "ash-browsertests";
#endif
} // namespace switches