Index: chrome/common/chrome_constants.h |
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h |
index 946767fc0a591e2aaec2ca7573e9a9f46e297c05..c551d1993240dd8f08cedfac839719182228781d 100644 |
--- a/chrome/common/chrome_constants.h |
+++ b/chrome/common/chrome_constants.h |
@@ -21,6 +21,9 @@ extern const FilePath::CharType kHelperProcessExecutablePath[]; |
extern const FilePath::CharType kFrameworkName[]; |
#endif |
extern const wchar_t kBrowserAppName[]; |
+#if defined(OS_WIN) |
+extern const wchar_t kBrowserAppId[]; |
Hironori Bono
2009/11/19 04:35:47
nit: kBrowserAppId -> kBrowserAppID (see kNotSigne
xiyuan
2009/11/19 07:30:18
Done.
|
+#endif // defined(OS_WIN) |
extern const wchar_t kMessageWindowClass[]; |
extern const wchar_t kCrashReportLog[]; |
extern const wchar_t kTestingInterfaceDLL[]; |