summaryrefslogtreecommitdiffstats
path: root/chrome_elf
diff options
context:
space:
mode:
authorgab <gab@chromium.org>2016-01-25 19:58:11 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-26 03:59:34 +0000
commit7bb3b72511b381a990f2e04c11541d16ede459c5 (patch)
tree8cf45877ba189667f67d049dcca52946e21a42d2 /chrome_elf
parent90148c36669265d656250c053a6aad9136988141 (diff)
downloadchromium_src-7bb3b72511b381a990f2e04c11541d16ede459c5.zip
chromium_src-7bb3b72511b381a990f2e04c11541d16ede459c5.tar.gz
chromium_src-7bb3b72511b381a990f2e04c11541d16ede459c5.tar.bz2
Add a comment on PRODUCT_STRING_PATH usage in chrome_elf.
BUG=577820 Review URL: https://codereview.chromium.org/1634793002 Cr-Commit-Position: refs/heads/master@{#371446}
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"