1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
6 #define WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
11 extern const char kTestAppUserModelId
[];
12 extern const char kTestExeName
[];
13 extern const char kTestExePath
[];
14 extern const char kTestProgId
[];
16 extern const wchar_t kDefaultTestAppUserModelId
[];
17 extern const wchar_t kDefaultTestExeName
[];
18 extern const wchar_t kDefaultTestExePath
[];
19 extern const wchar_t kDefaultTestProgId
[];
24 #endif // WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__