| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 51c7a08eb78dce174734fa733b84adaf28baf09a..4896fdca7206032e4925943dd981522a528529d6 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -9,6 +9,16 @@
|
|
|
| #include "base/files/file_path.h"
|
|
|
| +#if defined(OS_WIN)
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| +#define PRODUCT_STRING_PATH L"Google\\Chrome"
|
| +#elif defined(CHROMIUM_BUILD)
|
| +#define PRODUCT_STRING_PATH L"Chromium"
|
| +#else
|
| +#error Unknown branding
|
| +#endif
|
| +#endif // defined(OS_WIN)
|
| +
|
| namespace chrome {
|
|
|
| extern const char kChromeVersion[];
|
|
|