Chromium Code Reviews| Index: win8/test/test_registrar_constants.h |
| diff --git a/win8/test/test_registrar_constants.h b/win8/test/test_registrar_constants.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0c43dec77a73e4fb6d56c096a466dad203abf88b |
| --- /dev/null |
| +++ b/win8/test/test_registrar_constants.h |
| @@ -0,0 +1,24 @@ |
| +// Copyright (c) 2013 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 WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__ |
| +#define WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__ |
| + |
| +namespace win8 { |
| +namespace test { |
| + |
| +extern const char kTestAppUserModelId[]; |
| +extern const char kTestExeName[]; |
| +extern const char kTestExePath[]; |
| +extern const char kTestProgId[]; |
| + |
| +extern const wchar_t kDefaultTestAppUserModelId[]; |
| +extern const wchar_t kDefaultTestExeName[]; |
| +extern const wchar_t kDefaultTestExePath[]; |
| +extern const wchar_t kDefaultTestProgId[]; |
| + |
| +} |
|
grt (UTC plus 2)
2013/02/12 18:55:54
} // namespace test
robertshield
2013/02/12 20:53:09
Done.
|
| +} |
|
grt (UTC plus 2)
2013/02/12 18:55:54
} // namespace win8
robertshield
2013/02/12 20:53:09
Done.
|
| + |
| +#endif // WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__ |