Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: win8/test/test_registrar_constants.h

Issue 12096064: Automatic Win8 default browser registration for the ash unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
4
5 #ifndef WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
6 #define WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
7
8 namespace win8 {
9 namespace test {
10
11 extern const char kTestAppUserModelId[];
12 extern const char kTestExeName[];
13 extern const char kTestExePath[];
14 extern const char kTestProgId[];
15
16 extern const wchar_t kDefaultTestAppUserModelId[];
17 extern const wchar_t kDefaultTestExeName[];
18 extern const wchar_t kDefaultTestExePath[];
19 extern const wchar_t kDefaultTestProgId[];
20
21 }
22 }
23
24 #endif // WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698