summaryrefslogtreecommitdiffstats
path: root/chrome_elf
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_elf')
-rw-r--r--chrome_elf/chrome_elf_constants.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome_elf/chrome_elf_constants.cc b/chrome_elf/chrome_elf_constants.cc
index 2182268..7656022 100644
--- a/chrome_elf/chrome_elf_constants.cc
+++ b/chrome_elf/chrome_elf_constants.cc
@@ -5,6 +5,9 @@
#include "chrome_elf/chrome_elf_constants.h"
#if defined(GOOGLE_CHROME_BUILD)
+// Using PRODUCT_STRING_PATH will make Google Chrome and Canary configurations
+// collide. This was deemed to be the best option due to ELF's inability to
+// depend on BrowserDistribution. http://crbug.com/577820
#define PRODUCT_STRING_PATH L"Google\\Chrome"
#elif defined(CHROMIUM_BUILD)
#define PRODUCT_STRING_PATH L"Chromium"