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

Unified 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: CHECK->ASSERT_TRUE 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « win8/test/test_registrar.rgs ('k') | win8/test/test_registrar_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..293cafabd2996815c7e5c5004a3779e4ffba8658
--- /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[];
+
+} // namespace test
+} // namespace win8
+
+#endif // WIN8_TEST_TEST_REGISTRAR_CONSTANTS_H__
« no previous file with comments | « win8/test/test_registrar.rgs ('k') | win8/test/test_registrar_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698