Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 8a3288487463d7ac9edd35e8921181949700bbab..9ac80ce9f77303186c70e463941ad8d2a5def38e 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -19,16 +19,6 @@ |
#endif |
#endif // defined(OS_MACOSX) |
-#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 { |
const char kChromeVersionEnvVar[] = "CHROME_VERSION"; |