blob: ac95ff9025e61a9f001e0f0f68f36e2ab8d36d2e [file] [log] [blame]
// Copyright 2019 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.
#ifndef CHROME_UPDATER_WIN_TEST_TEST_STRINGS_H_
#define CHROME_UPDATER_WIN_TEST_TEST_STRINGS_H_
#include <windows.h>
namespace updater {
// Command line switches.
// The switch to activate the sleeping action for specified delay in minutes
// before killing the process.
extern const char kTestSleepMinutesSwitch[];
// The switch to signal the event with the name given as a switch value.
extern const char kTestEventToSignal[];
} // namespace updater
#endif // CHROME_UPDATER_WIN_TEST_TEST_STRINGS_H_